aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
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?