summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 21:55:54 +0000
committerTed Gould <ted@gould.cx>2010-07-13 21:55:54 +0000
commit77e85e78ca804ee996e704ef3d70b8b965e21e56 (patch)
treeebd8fbd21f25e2084cee53d04a74ff8243a08bf0
parentupdated PO file (diff)
downloadinkscape-77e85e78ca804ee996e704ef3d70b8b965e21e56.tar.gz
inkscape-77e85e78ca804ee996e704ef3d70b8b965e21e56.zip
Set a default value for 'with_dbus'
(bzr r9613)
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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