X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=2e2b90321cbdcd7fe8203fd81f0a98a959bc6ad7;hb=7fb21027ff8726fec229ef0a55b84263be0c18d0;hp=b958efc7ef98b83702d8e6f475eef7ba0c25aa15;hpb=3b54e87cfe8f36ce11af703bae138a3a0a828e8a;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index b958efc7e..2e2b90321 100644 --- a/configure.ac +++ b/configure.ac @@ -726,15 +726,15 @@ AC_MSG_RESULT($enable_experimental) AM_CONDITIONAL([HAVE_EXPERIMENTAL], [test "x$enable_experimental" = "xyes"]) # should malicious code be compiled (code used for testing with malicious peers) -disable_malicious=yes +enable_malicious=0 AC_MSG_CHECKING(whether to compile malicious code) AC_ARG_ENABLE(malicious, [AS_HELP_STRING([--enable-malicious], [enable compiling malicious code (only for developers for testing)])], - [enable_malicious=$enableval], - [enable_malicious="no"]) + [enable_malicious=1], + [enable_malicious=0]) AC_MSG_RESULT($enable_malicious) -AM_CONDITIONAL([HAVE_MALICIOUS], [test "x$enable_malicious" = "xyes"]) +AM_CONDITIONAL([HAVE_MALICIOUS], [test "x$enable_malicious" = "x1"]) AC_DEFINE_UNQUOTED([HAVE_MALICIOUS], $enable_malicious, [Compile malicious code]) # gcov compilation