aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-05 22:58:53 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-05 22:58:53 +0000
commitf866ddce120b62c5101acac09a5ce86c1e40a2d7 (patch)
tree2e32536a294d47095ea7069de7008d810cdd4a75 /configure
parent045ec753fb97b0ab6d239c06caa0f2285c72afd7 (diff)
downloadusdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.tar.gz
usdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.tar.xz
usdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.zip
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 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