diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:21:39 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-10 22:21:39 +0000 |
commit | b0624149880731377dba03396be2a8f838cffb13 (patch) | |
tree | 0d2254d67b762d8d8fbcc36ac9460a189d431e4b /gcc/configure.in | |
parent | c070948eb28f25e9fd7e4921d97a034575c5d8da (diff) | |
download | gcc-b0624149880731377dba03396be2a8f838cffb13.tar.gz |
* toplev.c: Don't declare environ (it's not used anywhere).
* configure.in: Don't check for declaration of environ.
* config/i386/xm-mingw32.h: Don't #define environ.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 3306a28d657..0c7e333f191 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -637,7 +637,7 @@ saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include" gcc_AC_CHECK_DECLS(getenv atol sbrk abort atof getcwd getwd \ strsignal putc_unlocked fputs_unlocked fwrite_unlocked \ - fprintf_unlocked strstr environ errno \ + fprintf_unlocked strstr errno \ malloc realloc calloc free basename getopt clock, , ,[ #include "ansidecl.h" #include "system.h"]) |