From ac93be76d3b63f53ab0bb1413d1e471a69424e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= Date: Tue, 20 Feb 2007 17:09:24 +0000 Subject: [PATCH] =?UTF-8?q?-=20make=20the=20configure=20check=20for=20lua?= =?UTF-8?q?=20more=20portable=20=20=20patch=20by=20J=C3=B6rg=20Sonnenberge?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1677 152afb58-edef-0310-8abb-c4023f1b3aa9 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 08739ed1..92f9e650 100644 --- a/configure.in +++ b/configure.in @@ -398,7 +398,7 @@ AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua engine for mod_cml]), AC_MSG_RESULT($WITH_LUA) if test "$WITH_LUA" != "no"; then - if test "$WITH_LUA" == "yes"; then + if test "$WITH_LUA" = "yes"; then WITH_LUA=lua fi PKG_CHECK_MODULES(LUA, $WITH_LUA >= 5.1, [