* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.

* configure.in: Invoke AC_GNU_SOURCE.
	* Makefile.in: Regenerate.
	* configure: Regenerate.
	* gconfig.in: Regenerate.
This commit is contained in:
Alan Modra
2007-10-24 04:56:12 +00:00
parent 0efedc4ca3
commit 0ab6f08504
5 changed files with 3296 additions and 3855 deletions

View File

@@ -70,3 +70,8 @@
/* Version number of package */
#undef VERSION
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif