Explorar el Código

lua: do not stick on 5.1 version

Peter Kosyh hace 2 años
padre
commit
76820eca18
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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