summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-07 17:02:26 +0200
committerwm4 <wm4@nowhere>2014-07-07 18:00:41 +0200
commit0ea2bc2778b6b41e5e4360dbc74b9e00119b40ba (patch)
treee4a33d8e5d9489230b4a4ff332f1ab3e8a992b3d
parentacd60736ef62c7ea681d69c0c7b26142509aa1cb (diff)
downloadmpv-0ea2bc2778b6b41e5e4360dbc74b9e00119b40ba.tar.bz2
mpv-0ea2bc2778b6b41e5e4360dbc74b9e00119b40ba.tar.xz
old-configure: fix Lua tests
This added every Lua that was found on the system.
-rwxr-xr-xold-configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index 3280dcb563..a57be03a56 100755
--- a/old-configure
+++ b/old-configure
@@ -858,6 +858,7 @@ check_compile "Video 4 Linux 2 MPEG PVR interface" $_pvr PVR waftools/fragments/
test_lua() {
if test "$_lua" = auto && $_pkg_config "$1" ; then
check_pkg_config "Lua ($1)" $_lua LUA "$1"
+ _lua=$(defretval)
fi
}
@@ -867,7 +868,7 @@ test_lua "luajit >= 2.0.0"
test_lua "lua >= 5.2.0"
test_lua "lua5.2 >= 5.2.0" # debian
-test "$_lua" = no && check_yes_no $lua LUA
+test "$_lua" != yes && check_yes_no no LUA
check_trivial "joystick" $_joystick JOYSTICK