From: Ted Gould Date: Tue, 13 Jul 2010 21:55:54 +0000 (-0500) Subject: Set a default value for 'with_dbus' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dfab338315ddc21e1227f3c6ca5466ac71249ae4;p=inkscape.git Set a default value for 'with_dbus' --- 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