From f866ddce120b62c5101acac09a5ce86c1e40a2d7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 5 May 2013 22:58:53 +0000 Subject: correct upppercase/lowercase of lua_lib_name git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2983 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3