aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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],
1242 [malicious=0 1242 [malicious=0
1243 enable_malicious=no]) 1243 enable_malicious=no])
1244AC_MSG_RESULT($enable_malicious) 1244AC_MSG_RESULT($enable_malicious)
1245AM_CONDITIONAL([ENABLE_MALICIOUS], [1=$malicious]) 1245AM_CONDITIONAL([ENABLE_MALICIOUS], [test 1=$malicious])
1246AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious], 1246AC_DEFINE_UNQUOTED([ENABLE_MALICIOUS], [$malicious],
1247 [enable compilation of malicious code]) 1247 [enable compilation of malicious code])
1248 1248
@@ -1639,7 +1639,7 @@ then
1639fi 1639fi
1640 1640
1641# conversation 1641# conversation
1642if test "x$conversation_backend" == "xnone" 1642if test "x$conversation_backend" = "xnone"
1643then 1643then
1644 if test "x$pulse" != "x1" 1644 if test "x$pulse" != "x1"
1645 then 1645 then