aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 85d55d4e..b7cc1f9e 100755
--- a/configure
+++ b/configure
@@ -5049,7 +5049,7 @@ See the pkg-config man page for more details.
fi
fi
-lua_LIB_NAME="lua5.2"
+lua_lib_name="lua5.2"
if [ x$lua_HAVE = xyes ]; then
if test x$lua_HAVE = xyes; then
diff --git a/configure.ac b/configure.ac
index 3e6e40a8..9f6b39f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ PKG_HAVE([sqlite3], [sqlite3], yes)
# (K)Ubuntu uses lua5.2.pc and lua5.1.pc,
# Mac OS X and other linux distributions use lua.pc
PKG_HAVE([lua], [lua5.2], check)
-lua_LIB_NAME="lua5.2"
+lua_lib_name="lua5.2"
if [[ x$lua_HAVE = xyes ]]; then
PKG_VERSION([lua], [lua5.2])
else