aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-10-24 04:55:39 +0000
committerAlan Modra <amodra@gmail.com>2007-10-24 04:55:39 +0000
commit0efedc4ca36373080cae99733c099a95add4d170 (patch)
tree8704fe85c56dc9da52d9903eaf329d419e91923f /gas/configure
parentee1dbd7defde117777a8fe0a2100d7f63043ba59 (diff)
downloadgdb-0efedc4ca36373080cae99733c099a95add4d170.zip
gdb-0efedc4ca36373080cae99733c099a95add4d170.tar.gz
gdb-0efedc4ca36373080cae99733c099a95add4d170.tar.bz2
* Makefile.am (INCLUDES, DEP_INCLUDES): Remove -D_GNU_SOURCE.
Run "make dep-am". * configure.in: Invoke AC_GNU_SOURCE. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure
index 10f4ac5..582ef5c 100755
--- a/gas/configure
+++ b/gas/configure
@@ -11304,6 +11304,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+cat >>confdefs.h <<\_ACEOF
+#define _GNU_SOURCE 1
+_ACEOF
+
+
+
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.