Skip to content

Commit

Permalink
build: fix utf-8 name of copyright holder
Browse files Browse the repository at this point in the history
PR-URL: libuv#1817
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
kapouer authored and cjihrig committed Apr 29, 2018
1 parent 0f53cd0 commit 13ba902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/libuv-check-flags.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Macros to check the presence of generic (non-typed) symbols.
dnl Copyright (c) 2006-2008 Diego Pettenà <flameeyes gmail com>
dnl Copyright (c) 2006-2008 Diego Pettenò <flameeyes gmail com>
dnl Copyright (c) 2006-2008 xine project
dnl
dnl This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -316,4 +316,4 @@ AC_DEFUN([CC_ATTRIBUTE_ALIGNED], [
AC_DEFINE_UNQUOTED([ATTRIBUTE_ALIGNED_MAX], [$cc_cv_attribute_aligned],
[Define the highest alignment supported])
fi
])
])

0 comments on commit 13ba902

Please sign in to comment.