From e8bce10757550f8cc6e04f3693fdafe1931c5e19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 21 Sep 2010 17:49:38 +0200 Subject: [PATCH] Fix DBus configure snippet --- configure.ac | 4 ++-- 1 file 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} -- 2.30.2