diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 06:42:27 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-27 06:42:27 (GMT) |
commit | 443ccc73f37ecdff058972cfff32f68ff3f50b3b (patch) | |
tree | 66a9950f0d1f073810fdcfb0ad299f472af3fe22 /configure.in | |
parent | b5bc537c5eac8115c2bbc6e7ec75578632e2164c (diff) | |
download | cpython-443ccc73f37ecdff058972cfff32f68ff3f50b3b.zip cpython-443ccc73f37ecdff058972cfff32f68ff3f50b3b.tar.gz cpython-443ccc73f37ecdff058972cfff32f68ff3f50b3b.tar.bz2 |
Check for values.h. Will backport.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 41c0eb5..e8b3377 100644 --- a/configure.in +++ b/configure.in @@ -1092,7 +1092,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 bluetooth.h \ +sys/resource.h netpacket/packet.h sysexits.h values.h bluetooth.h \ bluetooth/bluetooth.h) AC_HEADER_DIRENT AC_HEADER_MAJOR |