[kmobiletools] branches/extragear/kde3/pim/kmobiletools
Marco Gulino
marco at kmobiletools.org
Thu Jun 14 21:12:41 CEST 2007
SVN commit 675700 by gulino:
Fixing typo.
M +1 -1 configure.in.in
--- branches/extragear/kde3/pim/kmobiletools/configure.in.in #675699:675700
@@ -122,7 +122,7 @@
AM_CONDITIONAL(compile_tests, test "x$enable_tests" = "xyes")
AC_ARG_ENABLE(kdebluetooth, AC_HELP_STRING([--disable-kdebluetooth], [disable kdebluetooth integration (default: check)]),
- [enable_kdebluetooth=$enablevar], [enable_kdebluetooth=yes])
+ [enable_kdebluetooth=$enableval], [enable_kdebluetooth=yes])
if test "x$enable_kdebluetooth" = "xyes"; then
KDE_CHECK_HEADER(kdebluetooth/rfcommsocketdevice.h, have_kbluetooth=yes, have_kbluetooth=no)
KDE_CHECK_HEADER(libkbluetooth/adapter.h, have_new_kbluetooth=yes, have_new_kbluetooth=no)
More information about the kmobiletools
mailing list