diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-13 20:26:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-13 20:26:36 +0000 |
commit | dc08cf45466193ee67fbbe97cddee413f0273cff (patch) | |
tree | e344595737de9c912cbd5251c9cfe20ea55c0a46 /configure.ac | |
parent | b5b42150a32afbe1d1c29b8075312dcccb052fa2 (diff) |
-doxygen, build system fixes, minor API extension
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |