aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-03 15:31:15 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-03 15:31:15 +0000
commitebdccb6263edd5cc01109aba1648db456504f470 (patch)
tree38a10951a32145b3c022088bec7e3832b9a77452
parent5ad313e7baa7db49c9c5f8b2ad7921e2ac33769c (diff)
downloadgnunet-ebdccb6263edd5cc01109aba1648db456504f470.tar.gz
gnunet-ebdccb6263edd5cc01109aba1648db456504f470.zip
- fix
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c70c22292..3f6f152fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -965,7 +965,7 @@ AC_ARG_WITH([ll],
965 esac 965 esac
966 ], 966 ],
967 [AC_MSG_RESULT(--with-ll not specified)]) 967 [AC_MSG_RESULT(--with-ll not specified)])
968AM_CONDITIONAL(WITH_LL, test x$llapi = xtrue) 968AM_CONDITIONAL([WITH_LL], [test "x$llapi" = "xtrue"])
969AC_DEFINE_UNQUOTED(WITH_LL, $llapi, [Do we have to use IBM LoadLeveler]) 969AC_DEFINE_UNQUOTED(WITH_LL, $llapi, [Do we have to use IBM LoadLeveler])
970 970
971# should 'make check' run tests? 971# should 'make check' run tests?