summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-06-11 15:19:05 (GMT)
committerGuido van Rossum <guido@python.org>1998-06-11 15:19:05 (GMT)
commit08d6be48714d52dcc277c9b8e16ca51cb229dcc7 (patch)
treefd89f88708921c168f8b0818a67f5f3a08cf01a1 /configure
parentd92fb16d574d2329fa4251c6725f0c955ca28f17 (diff)
downloadcpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.zip
cpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.tar.gz
cpython-08d6be48714d52dcc277c9b8e16ca51cb229dcc7.tar.bz2
Add timegm to list of functions tested, for Marc-Andre L.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3a12900..08f3d67 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.86
+# From configure.in Revision: 1.87
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -2642,7 +2642,7 @@ for ac_func in alarm chown clock dlopen execv flock fork ftime ftruncate \
kill link lstat mkfifo mktime nice pause plock putenv readlink \
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime strptime symlink \
- tcgetpgrp tcsetpgrp times truncate uname waitpid
+ tcgetpgrp tcsetpgrp timegm times truncate uname waitpid
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2649: checking for $ac_func" >&5