Changeset 7042
- Timestamp:
- Dec 8, 2009, 7:05:57 PM (15 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r6924 r7042 20 20 AM_CONDITIONAL(LOGCOLORS, test "$enable_logcolors" = yes) 21 21 22 AC_ARG_ENABLE(bluetooth, [ --enable-bluetooth Enable bluetooth transport [default=yes]], enable_bluetooth=$enableval, enable_bluetooth=yes) 23 22 24 AC_PROG_LIBTOOL 23 25 AC_PROG_CXX … … 34 36 AX_LOG4CXX 35 37 AX_OPENSSL 36 AX_BLUETOOTH37 38 AX_AVAHI 39 40 if test "$enable_bluetooth" = "yes"; then 41 AX_BLUETOOTH 42 fi 38 43 39 44 dnl Check for boost -
m4/ax_bluetooth.m4
r4879 r7042 14 14 [ 15 15 AC_CHECK_HEADERS(bluetooth/bluetooth.h,, ) 16 17 16 AC_CHECK_LIB([bluetooth],[sdp_connect],, ) 18 17 ])
Note:
See TracChangeset
for help on using the changeset viewer.