im.pidgin.pidgin: d5480db19ce827e66e2ccc00baad2491a76c4c0c
markdoliner at pidgin.im
markdoliner at pidgin.im
Tue Dec 25 00:01:14 EST 2007
-----------------------------------------------------------------
Revision: d5480db19ce827e66e2ccc00baad2491a76c4c0c
Ancestor: 805ad6c9cbaed8c9a8072671f82c248a4209ee43
Author: markdoliner at pidgin.im
Date: 2007-12-25T04:16:23
Branch: im.pidgin.pidgin
Modified files:
configure.ac
ChangeLog:
Don't print "no" twice when we can't find a library
-------------- next part --------------
============================================================
--- configure.ac 436b98facba7104965635ba5209e133d454463ef
+++ configure.ac 90a9d9ffa2d844ed646d11b3d2732036d87bc20b
@@ -678,7 +678,6 @@ PKG_CHECK_MODULES(MEANWHILE, [meanwhile
PKG_CHECK_MODULES(MEANWHILE, [meanwhile >= 1.0.0 meanwhile < 2.0.0], [
have_meanwhile="yes"
], [
- AC_MSG_RESULT(no)
have_meanwhile="no"
])
AC_SUBST(MEANWHILE_CFLAGS)
@@ -697,7 +696,6 @@ PKG_CHECK_MODULES(AVAHI, [avahi-client a
avahiincludes="yes"
avahilibs="yes"
], [
- AC_MSG_RESULT(no)
avahiincludes="no"
avahilibs="no"
])
@@ -742,7 +740,6 @@ if test "x$silc_manual_check" = "xno"; t
silcincludes="yes"
silcclient="yes"
], [
- AC_MSG_RESULT(no)
have_silc="no"
])
if test "x$have_silc" = "xno"; then
@@ -751,7 +748,6 @@ if test "x$silc_manual_check" = "xno"; t
silc10includes="yes"
silc10client="yes"
], [
- AC_MSG_RESULT(no)
have_silc="no"
])
dnl If silcclient.pc wasn't found, check for just silc.pc
@@ -761,7 +757,6 @@ if test "x$silc_manual_check" = "xno"; t
silc10includes="yes"
silc10client="yes"
], [
- AC_MSG_RESULT(no)
have_silc="no"
])
fi
@@ -1154,7 +1149,6 @@ if test "x$enable_dbus" = "xyes" ; then
AC_SUBST(DBUS_LIBS)
enable_dbus=yes
], [
- AC_MSG_RESULT(no)
enable_dbus=no
])
More information about the Commits
mailing list