summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-05-15 11:16:22 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-05-15 11:16:22 (GMT)
commitd74b5936a1e3ded828fbc243b9de9da47af5af92 (patch)
treed73fee262da903c82887b7ff184d3fd33004cec8 /configure
parentaedb2823fd740dcdf64744d47eab0053324741b1 (diff)
downloadcpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.zip
cpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.tar.gz
cpython-d74b5936a1e3ded828fbc243b9de9da47af5af92.tar.bz2
Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae9edce..d5506ef 100755
--- a/configure
+++ b/configure
@@ -6037,7 +6037,7 @@ sys/lock.h sys/mkdev.h sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
sys/stat.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
-libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
+libutil.h sys/resource.h net/if.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h linux/tipc.h spawn.h util.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`