From: Rainer Jung Date: Thu, 12 May 2011 14:35:03 +0000 (+0000) Subject: Fix configure error when configuring module set "reallyall". X-Git-Tag: 2.3.13~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7353c3d13dc17da844fbc5207ffa7aa10afef12f;p=apache Fix configure error when configuring module set "reallyall". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 24804d1d54..8371bd749f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ Changes with Apache 2.3.13 + *) configure: Fix script error when configuring module set "reallyall". + [Rainer Jung] Changes with Apache 2.3.12 diff --git a/modules/lua/config.m4 b/modules/lua/config.m4 index eeb355eb18..4b40dec04c 100644 --- a/modules/lua/config.m4 +++ b/modules/lua/config.m4 @@ -16,7 +16,7 @@ AC_ARG_WITH( :) dnl # Determine lua lib directory -if test -z $lua_path; then +if test -z "$lua_path"; then test_paths=". /usr/local /usr" else test_paths="${lua_path}"