summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-01 21:14:50 +0200
committerwm4 <wm4@nowhere>2015-08-01 21:14:50 +0200
commitefd710096286d086e9e2c4120056f38482bd7eb3 (patch)
treeac918a1433a05363100c4fe78ebe4bb654629fb0
parent5b14ceb3156ce643673e01d7b9e257700470f56d (diff)
downloadmpv-efd710096286d086e9e2c4120056f38482bd7eb3.tar.bz2
mpv-efd710096286d086e9e2c4120056f38482bd7eb3.tar.xz
old-configure: some adjustments
-rwxr-xr-xTOOLS/old-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index 4d4539d0c7..68805fe331 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -823,9 +823,9 @@ test_lua "lua >= 5.1.0 lua < 5.2.0"
test_lua "lua5.1 >= 5.1.0" # debian
test_lua "lua51 >= 5.1.0" # OpenBSD
test_lua "luajit >= 2.0.0"
-test_lua "lua >= 5.2.0"
test_lua "lua5.2 >= 5.2.0" # debian
test_lua "lua52 >= 5.2.0" # OpenBSD
+test_lua "lua >= 5.2.0"
test "$_lua" != yes && check_yes_no no LUA
@@ -911,7 +911,7 @@ cat > $TMPC << EOF
/* we didn't bother to add actual config checks for this, or they are
for platforms not supported by this configure script */
#define HAVE_BSD_FSTATFS 0
-#define HAVE_LINUX_FSTATFS 0
+#define HAVE_LINUX_FSTATFS 1
#define HAVE_VDA_AV_VDA_ALLOC_CONTEXT 0
#define HAVE_VDA_HWACCEL 0
#define HAVE_VDA_LIBAVCODEC_REFCOUNTING 0