Mercurial > pidgin
changeset 24057:8997acd7d143
propagate from branch 'im.pidgin.pidgin' (head b5850556407753df7ee8b8fa84917779165fc58b)
to branch 'im.pidgin.xmpp.custom_smiley' (head 81f09998eaa4dcdf4e667461484f41eb1ce173b2)
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 04 Sep 2008 22:18:58 +0000 |
parents | 1de1494a13e5 (current diff) 156913375b3f (diff) |
children | 305fac6af8f9 |
files | |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 #######################################################################