summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-10-27 07:06:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-10-27 07:06:52 (GMT)
commit0347a9a49193f292b1aff0bbda2b33d96c459a39 (patch)
tree307279a6d4016e1e5a8571a3d8fd774924be44f6 /configure
parent443ccc73f37ecdff058972cfff32f68ff3f50b3b (diff)
downloadcpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.zip
cpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.tar.gz
cpython-0347a9a49193f292b1aff0bbda2b33d96c459a39.tar.bz2
Get DBL_MAX from float.h not values.h. Will backport.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index dc13446..f31661f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 52389 .
+# From configure.in Revision: 52454 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6.
#
@@ -4697,7 +4697,6 @@ done
-
for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
fcntl.h grp.h \
io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \
@@ -4708,7 +4707,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
-sys/resource.h netpacket/packet.h sysexits.h values.h bluetooth.h \
+sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`