summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-03 08:01:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-03 08:01:04 +0000
commitcfd9a803fbfff5d6332000fd515bc92a10001acf (patch)
tree701f328e917b4af6964a0af8c3e57a766a3b98c1 /configure.in
parent138996fe1350b28f551edc24ecc6c498d20c64f5 (diff)
Use own check for D-BUS support
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index e0211d39..c9c11be5 100644
--- a/configure.in
+++ b/configure.in
@@ -23,18 +23,6 @@ AM_PROG_LEX
AC_PATH_BLUEZ
-AC_ARG_ENABLE(dbus, [ --enable-dbus use D-BUS],
- BLUEZ_DBUS="$enableval",
- BLUEZ_DBUS="no"
-)
-
-if test x"$BLUEZ_DBUS" == "xyes"; then
- PKG_CHECK_MODULES(DBUS, dbus-1, have_dbus=yes, have_dbus=no)
-
- CFLAGS="$CFLAGS $DBUS_CFLAGS -DENABLE_DBUS"
- LIBS="$LIBS $DBUS_LIBS"
-fi
-
-AM_CONDITIONAL(ENABLE_DBUS, test x$BLUEZ_DBUS = xyes)
+AC_PATH_DBUS
AC_OUTPUT(Makefile hcid/Makefile tools/Makefile rfcomm/Makefile sdpd/Makefile test/Makefile scripts/Makefile pcmcia/Makefile)