summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-02-02 06:05:24 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-02-02 06:05:24 (GMT)
commit81268608bf4c731f07057a222cf6c17f7a6aafd1 (patch)
treecce87e4ac86f1ac282048ffe4f7f66e2355c6777 /configure
parente2879c34a178f21b3fc6012b3afb32a368dea54a (diff)
downloadcpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.zip
cpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.tar.gz
cpython-81268608bf4c731f07057a222cf6c17f7a6aafd1.tar.bz2
Add FreeBSD support for bluetooth sockets.
(SF Patch #888148, reviewed by loewis)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 0f8d4fb..7b3017c 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.447 .
+# From configure.in Revision: 1.449 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for python 2.4.
#
@@ -4350,6 +4350,7 @@ done
+
for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
libintl.h locale.h ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h stropts.h termios.h thread.h \
@@ -4357,7 +4358,8 @@ unistd.h utime.h \
sys/audioio.h sys/bsdtty.h sys/file.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 term.h libutil.h \
-sys/resource.h netpacket/packet.h sysexits.h bluetooth/bluetooth.h
+sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
+bluetooth/bluetooth.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then