summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-04 22:32:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-04 22:32:03 (GMT)
commit864e9ffb14fcd569089f78fca065464c4e8cb3f2 (patch)
treec9fd4f7afb45fab85c6911093de4dd9abe92a4cc /configure
parentc9908c4f5c7f22d241538db13bd9fc0fea4cc9b8 (diff)
downloadcpython-864e9ffb14fcd569089f78fca065464c4e8cb3f2.zip
cpython-864e9ffb14fcd569089f78fca065464c4e8cb3f2.tar.gz
cpython-864e9ffb14fcd569089f78fca065464c4e8cb3f2.tar.bz2
Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three
exception classes in the module dictionary.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e1b8bda..c044c69 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.236
+# From configure.in Revision: 1.237
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -4518,7 +4518,7 @@ echo "$ac_t""$DYNLOADFILE" 1>&6
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 \
- inet_pton kill link lstat mkfifo mktime mremap \
+ hstrerror inet_pton kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
putenv readlink \
select setegid seteuid setgid \