From 1b47b03c2a159aa1a70a3ea3949a9acb13ab4256 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 11 Dec 2012 07:10:48 -0800 Subject: Convert ints used as bools to gbooleans This matches the GOption documentation that G_OPTION_ARG_NONE should use a gboolean. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bfb802c..7e887d4 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ or auto]) esac AC_MSG_RESULT($use_indirect_deps) AC_DEFINE_UNQUOTED([ENABLE_INDIRECT_DEPS], - [`test $use_indirect_deps = no; echo $?`], + [`test $use_indirect_deps = yes && echo TRUE || echo FALSE`], [Link library to all dependent libraries, not only directly needed ones]) AC_SUBST([use_indirect_deps]) -- cgit v1.2.1