# HG changeset patch # User Sadrul Habib Chowdhury # Date 1220566738 0 # Node ID 8997acd7d143b62457061b5b2b22451a7469289d # Parent 1de1494a13e59125a304b8ccd5d539d1bbc264f0# Parent 156913375b3f220ef121486bbdc1f71b4aef567c propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b) to branch 'im.pidgin.xmpp.custom_smiley' (head 81f09998eaa4dcdf4e667461484f41eb1ce173b2) diff -r 1de1494a13e5 -r 8997acd7d143 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 #######################################################################