Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug #915
Browse files Browse the repository at this point in the history
GNU-isms should be avoided wherever possible for portability, please avoid the use of GNU-isms in your code, this may be problematic when using this library in projects which use non-GNU-compliant compilers.
  • Loading branch information
slouken committed Dec 30, 2009
1 parent c7b5e88 commit 4e13d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -79,7 +79,7 @@ case "$host" in
BASE_LDFLAGS="-mno-cygwin"
;;
*)
BASE_CFLAGS="-D_GNU_SOURCE=1"
BASE_CFLAGS=""
BASE_LDFLAGS=""
;;
esac
Expand Down

0 comments on commit 4e13d15

Please sign in to comment.