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 | |
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')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 59558 . +# From configure.in Revision: 59611 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.6. # @@ -5417,6 +5417,7 @@ 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 \ @@ -5428,7 +5429,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 do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |