# HG changeset patch # User Elliott Sales de Andrade # Date 1239348632 0 # Node ID b1b166fa99e2e9487cc35baf557bf26cedc4cbd7 # Parent 344061a9f85d18bec28b67c13938fb5b61e9d6aa Don't print 'no' twice if GADU libs are not found by pkg-config. diff -r 344061a9f85d -r b1b166fa99e2 configure.ac --- a/configure.ac Fri Apr 10 07:16:20 2009 +0000 +++ b/configure.ac Fri Apr 10 07:30:32 2009 +0000 @@ -986,7 +986,7 @@ gadu_includes="yes" gadu_libs="yes" ], [ - AC_MSG_RESULT(no) + gadu_includes="no" ]) else if test "$ac_gadu_includes" != "no"; then