Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed _GNU_SOURCE define. We'll see if we need it.
- Loading branch information
Showing
with
1 addition
and
2 deletions.
-
+1
−2
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 |
|
@@ -78,7 +77,7 @@ case "$host" in |
|
|
BASE_LDFLAGS="-mno-cygwin" |
|
|
;; |
|
|
*) |
|
|
BASE_CFLAGS="-D_GNU_SOURCE=1" |
|
|
BASE_CFLAGS="" |
|
|
BASE_LDFLAGS="" |
|
|
;; |
|
|
esac |
|
|