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 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?