Mercurial > pidgin.yaz
changeset 14697:1136736fdd2c
[gaim-migrate @ 17449]
Patch from Kevin Stange to allow autogen/configure continue without libnm.
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 08 Oct 2006 09:47:23 +0000 |
parents | 34083fe39891 |
children | 85b84a253a83 |
files | configure.ac |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Oct 08 08:40:09 2006 +0000 +++ b/configure.ac Sun Oct 08 09:47:23 2006 +0000 @@ -889,9 +889,14 @@ ]) dnl Check for libnm_glib; if we don't have it, oh well + LIBNM_CFLAGS="" + LIBNM_LIBS="" PKG_CHECK_MODULES(LIBNM, libnm_glib, [ AC_DEFINE(HAVE_LIBNM, 1, [Check to see if we have NetworkManager]) + ], + [ + AC_MSG_RESULT(no) ]) AC_SUBST(LIBNM_CFLAGS) AC_SUBST(LIBNM_LIBS)