]> sjero.net Git - linphone/commitdiff
Fix previous commit
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Thu, 6 Dec 2012 11:01:46 +0000 (12:01 +0100)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Thu, 6 Dec 2012 11:01:46 +0000 (12:01 +0100)
configure.ac

index 167ae82780724ba34ef130981928d8d4065dd0d6..4cfea5e64bec640270118f7bcb468360011ef576 100644 (file)
@@ -470,7 +470,7 @@ if test "$build_wizard" != "false" ; then
 fi
 AC_SUBST(LIBSOUP_CFLAGS)
 AC_SUBST(LIBSOUP_LIBS)
-AM_CONDITIONAL(BUILD_WIZARD, test x$build_wizard = xtrue)
+AM_CONDITIONAL(BUILD_WIZARD, test x$build_wizard != xfalse)
 if test "$build_wizard" != "false" ; then
    build_wizard=true
    AC_DEFINE(BUILD_WIZARD, 1, [Define if wizard enabled] )