Skip to content

Commit

Permalink
Removed _GNU_SOURCE define. We'll see if we need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 25, 2012
1 parent 5713ac6 commit 79f5116
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.in
@@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
AC_CONFIG_HEADER(include/SDL_config.h)
AC_GNU_SOURCE
AC_CONFIG_AUX_DIRS($srcdir/build-scripts)

dnl Set various version strings - taken gratefully from the GTk sources
Expand Down Expand Up @@ -78,7 +77,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 79f5116

Please sign in to comment.