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 657a9c8353
commit da74d223c7

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])