diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-21 05:30:35 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-21 05:30:35 +0000 |
commit | a8a83f8fcd4736baba47d10ce5ae83b16d158518 (patch) | |
tree | 3e50a40cc0fc1938959a12729a2feca54dadc378 /gcc/config.in | |
parent | 50cd3f4526af431f26655a4b2276883c94e45592 (diff) | |
download | gcc-a8a83f8fcd4736baba47d10ce5ae83b16d158518.tar.gz |
2000-09-20 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* configure.in: Correct test of gcc_cv_glibc.
* configure: Rebuilt.
* config.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index 23c24ca5ef6..ceb76f93b78 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -331,9 +331,6 @@ /* Always define this when using the GNU C Library */ #undef _GNU_SOURCE -/* Always define this */ -#undef _GNU_SOURCE - /* Define if your compiler understands volatile. */ #undef HAVE_VOLATILE |