From 643beb83b6e7c6285c84d45923140c8d2e9aaa0b Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 3 May 2013 23:47:45 +0000 Subject: extend the detection of ffmpeg and lua. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2979 b956fd51-792f-4845-bead-9b4dfca2ff2c --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2c566f53..3e6e40a8 100644 --- a/configure.ac +++ b/configure.ac @@ -183,16 +183,16 @@ if [[ x$lua_HAVE = xyes ]]; then PKG_VERSION([lua], [lua5.2]) else PKG_HAVE([lua], [lua5.1], check) - lua_LIB_NAME="lua5.1" + lua_lib_name="lua5.1" if [[ x$lua_HAVE = xyes ]]; then PKG_VERSION([lua], [lua5.1]) else PKG_HAVE([lua], [lua >= 5.1], yes) - lua_LIB_NAME="lua" + lua_lib_name="lua" PKG_VERSION([lua], [lua]) fi fi -AC_SUBST(lua_LIB_NAME) +AC_SUBST(lua_lib_name) # find FFMpeg # Note: do not use the min/max version parameters with ffmpeg -- cgit v1.2.3