X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=c714c11506f0502980bc5fbc5fa98735986b2d42;hb=44adbb44cbb171ccaf7b42b7c62b48e986c04306;hp=243b4361cfdc8dd3d84a172450b77bb678c11d6e;hpb=e305c764722394c18d55e084c7be4b64ff799fa4;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 243b4361c..c714c1150 100644 --- a/configure.ac +++ b/configure.ac @@ -695,21 +695,6 @@ AC_ARG_ENABLE([experimental], 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) -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]) -AC_MSG_RESULT($enable_malicious) -AM_CONDITIONAL([HAVE_MALICIOUS], [test "x$enable_malicious" = "xyes"]) -if test "$enable_malicious" = "yes" -then - AC_DEFINE([HAVE_MALICIOUS],[1],[include malicious code]) -else - AC_DEFINE([HAVE_MALICIOUS],[0],[disable malicious code]) -fi - # should code be enabled that works around missing OS functionality on Windows? # used for test cases if test $build_target = "mingw" @@ -850,6 +835,5 @@ configuration file: touch $HOME/.gnunet/gnunet.conf Optionally, download and compile: -- gnunet-gtk to get a GUI for file-sharing. -- gnunet-setup to get a GUI for configuration. +- gnunet-gtk to get a GUI for file-sharing and configuration. ********************************************])