Removed AC_GNU_SOURCE from SDL2's configure script.

This commit is contained in:
Ryan C. Gordon 2012-08-26 20:27:25 -04:00
parent fbb9321daf
commit dbb60b29c1

View file

@ -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_DIR(build-scripts)
AC_CONFIG_MACRO_DIR([acinclude])