summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-02 15:20:53 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-02 15:20:53 +0000
commit79cb7361fad4c4b58a09c1f6e64cf81c3cf9b8dc (patch)
tree1f734b5edaed710ac6c28e8f016f27249ad85131 /gcc/configure.in
parent32ff70d299868259273da1199ff7025b3df8f9d1 (diff)
downloadgcc-79cb7361fad4c4b58a09c1f6e64cf81c3cf9b8dc.tar.gz
configure.in: Don't check for putenv.
* configure.in: Don't check for putenv. * configure: Regenerate. * gcc.c (putenv): Don't define. * vax/xm-vms.h: Handle putenv. From-SVN: r41005
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 910bf3e3446..a26f8a7146c 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -544,7 +544,7 @@ fi
dnl Disabled until we have a complete test for buggy enum bitfields.
dnl gcc_AC_C_ENUM_BF_UNSIGNED
-AC_CHECK_FUNCS(strtoul bsearch putenv popen \
+AC_CHECK_FUNCS(strtoul bsearch popen \
strchr strrchr kill getrlimit setrlimit atoll atoq \
sysconf isascii gettimeofday strsignal putc_unlocked fputc_unlocked \
fputs_unlocked getrusage iconv nl_langinfo)