diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2012-12-03 15:31:15 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2012-12-03 15:31:15 +0000 |
commit | ebdccb6263edd5cc01109aba1648db456504f470 (patch) | |
tree | 38a10951a32145b3c022088bec7e3832b9a77452 /configure.ac | |
parent | 5ad313e7baa7db49c9c5f8b2ad7921e2ac33769c (diff) |
- fix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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], 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? |