summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-12 11:44:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-12 11:44:42 +0000
commitcb8a3d4e93da77b33e9086b55ec9db47d18859e7 (patch)
tree3fb8851988fa94bf7405458ba38faa8255589dc5 /configure.ac
parent4b252875bfed97fedf417fe106c7b69a51fbf87e (diff)
downloadgpsd-cb8a3d4e93da77b33e9086b55ec9db47d18859e7.tar.gz
Set ac_dbus to no if we don't find the relevant library.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6c1c0dac..a6493925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,6 +291,7 @@ else
fi
dnl check for DBUS
+ac_dbus=no
AC_CHECK_LIB(dbus-1, dbus_bus_get, [true], [false]) # do not update $LIBS
if test x"yes" = x"$ac_cv_lib_dbus_1_dbus_bus_get" ; then
# Found dbus library, check for required versions and enable it