diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-09-27 07:12:36 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-09-27 07:12:36 +0000 |
| commit | 7ff6781310f32660bf582edee9dd5f48e1bbf9b1 (patch) | |
| tree | 649dbe39082e8be1c2d23522976269350b083f5e | |
| parent | option to choose (r,g,b) color scale (Bug 186432) (diff) | |
| download | inkscape-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.ac | 2 |
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 |
