From dc08cf45466193ee67fbbe97cddee413f0273cff Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Apr 2015 20:26:36 +0000 Subject: -doxygen, build system fixes, minor API extension --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 30edf6285..b1105c1af 100644 --- a/configure.ac +++ b/configure.ac @@ -1242,7 +1242,7 @@ AC_ARG_ENABLE([malicious], [malicious=0 enable_malicious=no]) AC_MSG_RESULT($enable_malicious) -AM_CONDITIONAL([ENABLE_MALICIOUS], [1=$malicious]) +AM_CONDITIONAL([ENABLE_MALICIOUS], [test 1=$malicious]) AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious], [enable compilation of malicious code]) @@ -1639,7 +1639,7 @@ then fi # conversation -if test "x$conversation_backend" == "xnone" +if test "x$conversation_backend" = "xnone" then if test "x$pulse" != "x1" then -- cgit v1.2.3