docu
[oweals/gnunet.git] / configure.ac
index db0b7fa12f2b9e0b6c7c7b72fc3b8c09099f5e8e..ce0d8973f995571ca4529d6534e2536ae507bb9d 100644 (file)
@@ -222,7 +222,7 @@ fi
 # libgcrypt
 gcrypt=0
 NEED_LIBGCRYPT_API=1
-NEED_LIBGCRYPT_VERSION=1.5.0
+NEED_LIBGCRYPT_VERSION=1.6.0
 
 
 AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1)
@@ -970,15 +970,16 @@ AC_ARG_ENABLE([ll],
     [AS_HELP_STRING([--enable-ll],
        [build GNUnet testbed for use with IBM LoadLeveler for running testbed on
               SuperMUC (default is NO)])],
-    [if `test "x$enable_ll" = "xno"`
+    [if test "x$enable_ll" = "xno"
      then
-       ll=false
+       ll=0
      else
-       ll=true
+       ll=1
      fi],
-    [ll=false])
+    [ll=0
+     enable_ll=no])
 AC_MSG_RESULT($enable_ll)
-AM_CONDITIONAL([ENABLE_LL], [test "x$ll" = "xtrue"])
+AM_CONDITIONAL([ENABLE_LL], [test "x$ll" = "x1"])
 AC_DEFINE_UNQUOTED([ENABLE_LL], [$ll], [Build with LL support])
 
 # should 'make check' run tests?