diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-09-21 15:49:38 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-09-21 15:49:38 +0000 |
| commit | 589d0f65d26e5b6b8e839d036f3b129275bf82b3 (patch) | |
| tree | b73dda5023d966e5565bfa1c036ddc8abdfc92c7 | |
| parent | Tooltips inconsistency fix part 3 (Bug 340723) (diff) | |
| download | inkscape-589d0f65d26e5b6b8e839d036f3b129275bf82b3.tar.gz inkscape-589d0f65d26e5b6b8e839d036f3b129275bf82b3.zip | |
Fix DBus configure snippet
(bzr r9773)
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 832cfe23c..62d0354d8 100644 --- a/configure.ac +++ b/configure.ac @@ -705,7 +705,7 @@ AC_ARG_ENABLE(dbusapi, enable_dbusapi=$enableval,enable_dbusapi=yes) with_dbus="no" -if test "x$dbusapi" = "xyes"; then +if test "x$enable_dbusapi" = "xyes"; then PKG_CHECK_MODULES(DBUS, dbus-glib-1, with_dbus=yes, with_dbus=no) if test "x$with_dbus" = "xyes"; then if test "x$with_localinstall" = "xyes"; then @@ -1060,7 +1060,7 @@ Configuration: Internal Python: ${with_python} Internal Perl: ${with_perl} Enable LittleCms: ${enable_lcms} - Enable DBUS ${with_dbus} + Enable DBUS: ${with_dbus} Enable Poppler-Cairo: ${enable_poppler_cairo} ImageMagick Magick++: ${magick_ok} Libwpg: ${with_libwpg} |
