Browse Source

lua: do not stick on 5.1 version

Peter Kosyh 1 year ago
parent
commit
76820eca18
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -509,7 +509,6 @@ if test x$use_lua != xno; then
 		CPPFLAGS="${CPPFLAGS} -I$use_lua/include"
 		LDFLAGS="${LDFLAGS} -L$use_lua/lib"
 	fi
-	LUA_VERSION="5.1"
 	AX_LUA_HEADERS()
 	AX_LUA_LIBS()
 fi