]> granicus.if.org Git - apache/commitdiff
Fix configure error when configuring module set "reallyall".
authorRainer Jung <rjung@apache.org>
Thu, 12 May 2011 14:35:03 +0000 (14:35 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 12 May 2011 14:35:03 +0000 (14:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102328 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/lua/config.m4

diff --git a/CHANGES b/CHANGES
index 24804d1d54c2ec0266f46aac51c8f0a937999fc5..8371bd749fca4293078501bf4d281083ffcd5cab 100644 (file)
--- 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
 
index eeb355eb18d9100a2dd76ee6196fd35a8420f3c9..4b40dec04c8ba284ea0bb69e82d5d52b8e2164d6 100644 (file)
@@ -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}"