diff options
| author | Ted Gould <ted@gould.cx> | 2010-07-13 21:55:54 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-07-13 21:55:54 +0000 |
| commit | 77e85e78ca804ee996e704ef3d70b8b965e21e56 (patch) | |
| tree | ebd8fbd21f25e2084cee53d04a74ff8243a08bf0 | |
| parent | updated PO file (diff) | |
| download | inkscape-77e85e78ca804ee996e704ef3d70b8b965e21e56.tar.gz inkscape-77e85e78ca804ee996e704ef3d70b8b965e21e56.zip | |
Set a default value for 'with_dbus'
(bzr r9613)
| -rw-r--r-- | configure.ac | 1 |
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 |
