# HG changeset patch # User Sadrul Habib Chowdhury # Date 1220566738 0 # Node ID 86bdb60dd46ac02099fca7ab1c7d7b637aa74f48 # Parent c463b357854c89132675f2794dce37701f46ccc2# Parent a9e2f64c52875847fd69ccddc11b1f77f03f7ae5 propagate from branch 'im.pidgin.pidgin' (head a9e2f64c52875847fd69ccddc11b1f77f03f7ae5) to branch 'im.pidgin.xmpp.custom_smiley' (head c463b357854c89132675f2794dce37701f46ccc2) diff -r c463b357854c -r 86bdb60dd46a configure.ac --- a/configure.ac Thu Sep 04 21:27:33 2008 +0000 +++ b/configure.ac Thu Sep 04 22:18:58 2008 +0000 @@ -1240,6 +1240,7 @@ AC_SUBST(DBUS_LIBS) enable_dbus=yes ], [ + enable_dbus=no if test "x$force_deps" = "xyes" ; then AC_MSG_ERROR([ D-Bus development headers not found. @@ -1256,6 +1257,7 @@ AC_SUBST(NETWORKMANAGER_LIBS) AC_DEFINE(HAVE_NETWORKMANAGER, 1, [Define if we have NetworkManager.]) ], [ + enable_nm=no if test "x$force_deps" = "xyes" ; then AC_MSG_ERROR([ NetworkManager development headers not found. @@ -1263,6 +1265,8 @@ ]) fi]) fi +else + enable_nm=no fi dnl #######################################################################