diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-05-05 03:42:02 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-05-05 03:42:02 +0000 |
commit | 4a2a2686740b09cb3a7e2947f08ba8d638949329 (patch) | |
tree | 5e28c808bcc8aa2e68dccc6626f6cff5e7ccc85c /bfd/config.in | |
parent | 5cfd5a0c98ac5b7526514b7d3764be9ce0714900 (diff) | |
download | gdb-4a2a2686740b09cb3a7e2947f08ba8d638949329.zip gdb-4a2a2686740b09cb3a7e2947f08ba8d638949329.tar.gz gdb-4a2a2686740b09cb3a7e2947f08ba8d638949329.tar.bz2 |
* Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
* configure.in: Call AC_GNU_SOURCE here, after AC_PROG_CC.
* configure, config.in, Makefile.in: Regenerate.
* sysdep.h (stpcpy): Revert last change.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index b716983..6bdbb6a 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -337,6 +337,11 @@ /* Version number of package */ #undef VERSION +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |