-fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 4 Apr 2012 11:41:46 +0000 (11:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 4 Apr 2012 11:41:46 +0000 (11:41 +0000)
configure.ac

index 57dcd36b36d655dfef3b5091eb55d6d368be02aa..93559e436322b25db5631bcb84d114dac72b8b89 100644 (file)
@@ -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)