From d9ea5d272cf65620fac204769a662280d24644fd Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 23 Mar 2008 15:55:15 +0000 Subject: [PATCH] s/LUA/Lua/ per jfs. Originally committed to SVN as r2121. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 48c805960..5d6c77de8 100644 --- a/configure.in +++ b/configure.in @@ -448,7 +448,7 @@ if test "$with_lua" != no; then LDFLAGS="$LDFLAGS $LUA_LDFLAGS" AC_CACHE_CHECK( - [whether LUA 5.1 works], [with_lua], + [whether Lua 5.1 works], [with_lua], [AC_COMPILE_IFELSE([ extern "C" { #include @@ -507,7 +507,7 @@ if test "$with_lua50" != no; then LDFLAGS="$LDFLAGS $LUA50_LDFLAGS" AC_CACHE_CHECK( - [whether LUA 5.0 works], [with_lua50], + [whether Lua 5.0 works], [with_lua50], [AC_COMPILE_IFELSE([ extern "C" { #include "lua.h"