aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-13 20:26:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-13 20:26:36 +0000
commitdc08cf45466193ee67fbbe97cddee413f0273cff (patch)
treee344595737de9c912cbd5251c9cfe20ea55c0a46 /configure.ac
parentb5b42150a32afbe1d1c29b8075312dcccb052fa2 (diff)
downloadgnunet-dc08cf45466193ee67fbbe97cddee413f0273cff.tar.gz
gnunet-dc08cf45466193ee67fbbe97cddee413f0273cff.zip
-doxygen, build system fixes, minor API extension
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