summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-08 22:47:52 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-08 22:47:52 (GMT)
commit9601315140cc505e17318d766e0bedec91e6b9ec (patch)
tree3e06941b715a5674fe1235b9648609311e624b98 /configure
parent1f14ccf6d1dc4e4f5142ef8d061f9080d17b16fe (diff)
downloadcpython-9601315140cc505e17318d766e0bedec91e6b9ec.zip
cpython-9601315140cc505e17318d766e0bedec91e6b9ec.tar.gz
cpython-9601315140cc505e17318d766e0bedec91e6b9ec.tar.bz2
Add checks for setlocale() and <locale.h>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 18beffb..151da72 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.66
+# From configure.in Revision: 1.67
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -1234,7 +1234,7 @@ EOF
fi
-for ac_hdr in dlfcn.h fcntl.h limits.h ncurses.h pthread.h \
+for ac_hdr in dlfcn.h fcntl.h limits.h locale.h ncurses.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
sys/audioio.h sys/file.h sys/lock.h \
sys/param.h sys/select.h sys/time.h sys/times.h \
@@ -2483,7 +2483,7 @@ fi
for ac_func in alarm chown clock dlopen execv flock fork ftime ftruncate \
gethostname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
kill link lstat mkfifo nice pause plock putenv readlink \
- select setgid setuid setsid setpgid setpgrp setvbuf \
+ select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime symlink \
tcgetpgrp tcsetpgrp times truncate uname waitpid
do