From: Sree Harsha Totakura Date: Mon, 3 Dec 2012 15:31:15 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~10660 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebdccb6263edd5cc01109aba1648db456504f470;p=oweals%2Fgnunet.git - fix --- 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?