summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-15 17:14:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-15 17:14:33 (GMT)
commitf95dd0a2986392d4f51bb1dd17db50ff40aa90d5 (patch)
tree9a8a9c569d68b7bbdfde292bd66a5b71fa62dc02 /configure
parent834a85a235020379935418510c0043f08a08a2a5 (diff)
downloadcpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.zip
cpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.tar.gz
cpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.tar.bz2
Fix portability problems with glibc 2.0, as reported in #449157.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0d8ef9d..0e06ff0 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.245
+# From configure.in Revision: 1.246
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -4570,7 +4570,7 @@ echo "$ac_t""MACHDEP_OBJS" 1>&6
# checks for library functions
for ac_func in alarm chown clock confstr ctermid ctermid_r execv \
flock fork fsync fdatasync fpathconf ftime ftruncate \
- getgroups getlogin getpeername getpid getpwent getwd \
+ gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
hstrerror inet_pton kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
putenv readlink \