diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-03 15:31:15 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-03 15:31:15 +0000 |
commit | 4c439cd74a56673467f74c1d0878f40d553bb23f (patch) | |
tree | 38a10951a32145b3c022088bec7e3832b9a77452 | |
parent | b707a43a64489a218e5b72601edc271c2039ce84 (diff) |
- fix
git-svn-id: https://gnunet.org/svn/gnunet@25194 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c70c222927..3f6f152fd8 100644 --- a/configure.ac +++ b/configure.ac @@ -965,7 +965,7 @@ AC_ARG_WITH([ll], esac ], [AC_MSG_RESULT(--with-ll not specified)]) -AM_CONDITIONAL(WITH_LL, test x$llapi = xtrue) +AM_CONDITIONAL([WITH_LL], [test "x$llapi" = "xtrue"]) AC_DEFINE_UNQUOTED(WITH_LL, $llapi, [Do we have to use IBM LoadLeveler]) # should 'make check' run tests? |