changeset 29976:d27d7b280bdb

Properly display "no" in the configure output when not using external libgadu. Refs #10542.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 10 Mar 2010 14:56:23 +0000
parents fce3282c1813
children 47cda4fb5d5d
files configure.ac
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Mar 10 14:35:56 2010 +0000
+++ b/configure.ac	Wed Mar 10 14:56:23 2010 +0000
@@ -1091,6 +1091,10 @@
 
 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes")
 
+if test "x$gadu_libs" = "x"; then
+	gadu_libs=no
+fi
+
 AC_SUBST(GADU_LIBS)
 AC_SUBST(GADU_CFLAGS)