summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-09-27 07:12:36 +0000
committerJon A. Cruz <jon@joncruz.org>2010-09-27 07:12:36 +0000
commit7ff6781310f32660bf582edee9dd5f48e1bbf9b1 (patch)
tree649dbe39082e8be1c2d23522976269350b083f5e
parentoption to choose (r,g,b) color scale (Bug 186432) (diff)
downloadinkscape-7ff6781310f32660bf582edee9dd5f48e1bbf9b1.tar.gz
inkscape-7ff6781310f32660bf582edee9dd5f48e1bbf9b1.zip
Restore config to require DBUS to be explicitly enabled.
Fixed bugs: - https://launchpad.net/bugs/614273 (bzr r9795)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 62d0354d8..0bae8cae7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -702,7 +702,7 @@ dnl ******************************
AC_ARG_ENABLE(dbusapi,
[ --enable-dbusapi compile with support for DBus interface],
- enable_dbusapi=$enableval,enable_dbusapi=yes)
+ enable_dbusapi=$enableval,enable_dbusapi=no)
with_dbus="no"
if test "x$enable_dbusapi" = "xyes"; then