From: Christian Grothoff Date: Wed, 4 Apr 2012 11:41:46 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13989 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da438f75b99ca61be3dbc7a9b0726a229711024a;p=oweals%2Fgnunet.git -fix --- diff --git a/configure.ac b/configure.ac index 57dcd36b3..93559e436 100644 --- a/configure.ac +++ b/configure.ac @@ -786,9 +786,9 @@ AC_MSG_RESULT($enable_monkey) AM_CONDITIONAL([ENABLE_MONKEY], [test "x$enable_monkey" = "xyes"]) if test "x$enable_monkey" = "xyes" then - MONKEYPREFIX="" -else MONKEYPREFIX="monkey" +else + MONKEYPREFIX="" fi AC_SUBST(MONKEYPREFIX)