diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-07 16:12:44 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-07 16:12:44 (GMT) |
commit | fb2d25a15432bf53bd62c1033114732f03a22b8d (patch) | |
tree | 7858200c6c16990245dc6ab9aa03b5656850900f /configure.in | |
parent | e28fa297e93f9904520b55ee903edaa4c2ef17bf (diff) | |
download | cpython-fb2d25a15432bf53bd62c1033114732f03a22b8d.zip cpython-fb2d25a15432bf53bd62c1033114732f03a22b8d.tar.gz cpython-fb2d25a15432bf53bd62c1033114732f03a22b8d.tar.bz2 |
Issue #1646: Make socket support TIPC. The socket module now has support
for TIPC under Linux, see http://tipc.sf.net/ for more information.
Thanks to Alberto Bertogli for the patch
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 cdf1366..2ff6244 100644 --- a/configure.in +++ b/configure.in @@ -1107,7 +1107,7 @@ 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 \ -bluetooth/bluetooth.h) +bluetooth/bluetooth.h linux/tipc.h) AC_HEADER_DIRENT AC_HEADER_MAJOR |