summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-05-16 07:05:37 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-05-16 07:05:37 (GMT)
commit5f5d99c21521972baee65c99ae8b02e9339b8ed3 (patch)
tree770712510e8f399bf64cde1abe34fcb244a0456e /configure.in
parent4ccc0b7dfe7966e85c51a091b655622f6bbe05b1 (diff)
downloadcpython-5f5d99c21521972baee65c99ae8b02e9339b8ed3.zip
cpython-5f5d99c21521972baee65c99ae8b02e9339b8ed3.tar.gz
cpython-5f5d99c21521972baee65c99ae8b02e9339b8ed3.tar.bz2
- Test for sys/statvfs.h before including it, as statvfs is present
on some OSX installation, but its header file is not. Will backport to 2.4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8b82841..26c881f 100644
--- a/configure.in
+++ b/configure.in
@@ -1033,8 +1033,8 @@ stropts.h termios.h thread.h \
unistd.h utime.h \
sys/audioio.h sys/bsdtty.h sys/file.h sys/loadavg.h sys/lock.h sys/mkdev.h \
sys/modem.h \
-sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
-sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
+sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/time.h \
+sys/times.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h)
AC_HEADER_DIRENT