search for: bluetooth_msg

Displaying 1 result from an estimated 1 matches for "bluetooth_msg".

2009 Nov 23
0
[PATCH] Bluetooth support.
...=============== RCS file: /cvs/openssh/configure.ac,v retrieving revision 1.430 diff -u -p -r1.430 configure.ac --- configure.ac 11 Oct 2009 10:50:20 -0000 1.430 +++ configure.ac 23 Nov 2009 09:50:35 -0000 @@ -3636,6 +3636,27 @@ else fi AC_SUBST(mansubdir) +# Check whether to support Bluetooth +BLUETOOTH_MSG="no" +AC_ARG_ENABLE(bluetooth, + [ --disable-bluetooth disable Bluetooth support if detected [no]], + [ + if test "x$enableval" = "xno" ; then + disable_bluetooth=yes + fi + ] +) +if test -z "$disable_bluetooth" ; then + AC_CHECK_HEADERS(bluetooth/bl...