aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authors_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-13 20:33:19 +0000
committers_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-13 20:33:19 +0000
commite404ff79067fcde24150f42c2dcb926ec5926fd1 (patch)
treea9a3e2c303f254a12dcd8193ea73643aacb352b4 /configure
parent17a8202decb7e88c729a3046f5e0b57eb2d6e6da (diff)
downloadusdx-e404ff79067fcde24150f42c2dcb926ec5926fd1.tar.gz
usdx-e404ff79067fcde24150f42c2dcb926ec5926fd1.tar.xz
usdx-e404ff79067fcde24150f42c2dcb926ec5926fd1.zip
change lua lib filename for different versions
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2088 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 97d41e66..4d70de01 100755
--- a/configure
+++ b/configure
@@ -641,6 +641,7 @@ libavcodec_VERSION_RELEASE
libavcodec_VERSION_MINOR
libavcodec_VERSION_MAJOR
libavcodec_VERSION
+lua_LIB_NAME
DARWIN_VERSION
MACOSX_VERSION
MACOSX_VERSION_INT
@@ -4911,6 +4912,7 @@ See the pkg-config man page for more details.
fi
fi
+lua_LIB_NAME="lua5.1"
if [ x$lua_HAVE = xno ]; then
have_lib="no"
@@ -4984,8 +4986,10 @@ See the pkg-config man page for more details.
fi
fi
+ lua_LIB_NAME="lua"
fi
+
# find FFMpeg
# Note: do not use the min/max version parameters with ffmpeg
# otherwise it might fail in ubuntu due to a wrong version number