summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a056a6)
raw | patch | inline | side by side (parent: 3a056a6)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Tue, 21 Sep 2010 15:49:38 +0000 (17:49 +0200) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Tue, 21 Sep 2010 15:49:38 +0000 (17:49 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 832cfe23c32f1409cac8456245b068cfd1b03c1d..62d0354d82b00b4b06f428ec6a6449b6fd732675 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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
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}