[blam/blam-1.8: 2/2] Use the right variables for dbus in configure.in



commit 74c4c9a693de26dc1006b124c946561080643c38
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sat Nov 12 22:36:16 2011 +0100

    Use the right variables for dbus in configure.in
    
    Thanks to GÃtz Waschk for the patch

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2a2813f..fecded0 100644
--- a/configure.in
+++ b/configure.in
@@ -73,10 +73,10 @@ fi
 # If we found a package or the user told us
 if test "x$with_dbus" = "xyes"; then
    if test "x$DBUS_SHARP_SUPPORT" = "xyes"; then
-      PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-glib-1.0, ENABLE_NDESK_DBUS="yes", ENABLE_NDESK_DBUS="no")
+      PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-glib-1.0, ENABLE_DBUS_SHARP="yes", ENABLE_DBUS_SHARP="no")
       AC_SUBST(DBUS_LIBS, "$DBUS_SHARP_LIBS")
    else
-      PKG_CHECK_MODULES(DBUS_NDESK, ndesk-dbus-glib-1.0, ENABLE_DBUS_SHARP="yes", ENABLE_DBUS_SHARP="no")
+      PKG_CHECK_MODULES(DBUS_NDESK, ndesk-dbus-glib-1.0, ENABLE_NDESK_DBUS="yes", ENABLE_NDESK_DBUS="no")
       AC_SUBST(DBUS_LIBS, "$DBUS_NDESK_LIBS")
    fi
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]