From dfab338315ddc21e1227f3c6ca5466ac71249ae4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Jul 2010 16:55:54 -0500 Subject: [PATCH] Set a default value for 'with_dbus' --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 61c34cc25..5236d26a7 100644 --- a/configure.ac +++ b/configure.ac @@ -704,6 +704,7 @@ AC_ARG_ENABLE(dbusapi, enable_dbusapi=$enableval,enable_dbusapi=yes) AC_DEFINE(WITH_DBUS,1,[Build in dbus]) +with_dbus="no" if test "x$dbusapi" = "xyes"; then PKG_CHECK_MODULES(DBUS, dbus-glib-1, with_dbus=yes, with_dbus=no) if test "x$with_dbus" = "xyes"; then -- 2.30.2