summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-03-15 21:40:59 (GMT)
committerGuido van Rossum <guido@python.org>1999-03-15 21:40:59 (GMT)
commitcaa69fdf4c3deecb766c7ce1f2519dc0472df7d9 (patch)
treef706d9aa5fe29408bfe7bd66056c6003a19c9d31 /configure.in
parente9cd07b47f5c9ec24764cb9a785c7d616afca70b (diff)
downloadcpython-caa69fdf4c3deecb766c7ce1f2519dc0472df7d9.zip
cpython-caa69fdf4c3deecb766c7ce1f2519dc0472df7d9.tar.gz
cpython-caa69fdf4c3deecb766c7ce1f2519dc0472df7d9.tar.bz2
Should test for gethost*by*name_r, not for gethostname_r (which
doesn't exist and doesn't make sense).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e5adc5a..5834bc6 100644
--- a/configure.in
+++ b/configure.in
@@ -663,7 +663,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
# checks for library functions
AC_CHECK_FUNCS(alarm chown clock dlopen execv flock fork \
fsync fdatasync ftime ftruncate \
- gethostname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
+ gethostbyname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
kill link lstat mkfifo mktime nice pause plock pthread_init putenv readlink \
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink \