aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-04 11:41:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-04 11:41:46 +0000
commitda438f75b99ca61be3dbc7a9b0726a229711024a (patch)
treeda5216665549942d0e8c119c04764887904b487c /configure.ac
parentd80f189a015e725346e0c8509a83ccb33f7eee60 (diff)
downloadgnunet-da438f75b99ca61be3dbc7a9b0726a229711024a.tar.gz
gnunet-da438f75b99ca61be3dbc7a9b0726a229711024a.zip
-fix
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 57dcd36b3..93559e436 100644
--- a/configure.ac
+++ b/configure.ac
@@ -786,9 +786,9 @@ AC_MSG_RESULT($enable_monkey)
786AM_CONDITIONAL([ENABLE_MONKEY], [test "x$enable_monkey" = "xyes"]) 786AM_CONDITIONAL([ENABLE_MONKEY], [test "x$enable_monkey" = "xyes"])
787if test "x$enable_monkey" = "xyes" 787if test "x$enable_monkey" = "xyes"
788then 788then
789 MONKEYPREFIX=""
790else
791 MONKEYPREFIX="monkey" 789 MONKEYPREFIX="monkey"
790else
791 MONKEYPREFIX=""
792fi 792fi
793AC_SUBST(MONKEYPREFIX) 793AC_SUBST(MONKEYPREFIX)
794 794