Code

Extensions. Fix for Bug #652943 (Aborted output extensions create an empty file).
[inkscape.git] / configure.ac
index 832cfe23c32f1409cac8456245b068cfd1b03c1d..0bae8cae71299aee4a2fb940873c2197b8280aa2 100644 (file)
@@ -702,10 +702,10 @@ 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$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}