--- graphviz-2.38.0/configure.ac.orig 2016-05-15 19:27:52.204176821 +0200 +++ graphviz-2.38.0/configure.ac 2016-05-15 19:28:14.198171673 +0200 @@ -928,7 +928,7 @@ if test "x$ac_found_lua_header" = "xyes" -a "x$ac_found_liblua_header" = "xyes"; then LUA_INCLUDES="$CFLAGS" fi - for l in "$lua_suffix" "" "52" "5.2" "51" "5.1" "50" "5.0" ; do + for l in "$lua_suffix" "" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do AC_CHECK_LIB(lua$l,lua_call,ac_found_lua_lib="yes",ac_found_lua_lib="no") if test "x$ac_found_lua_lib" = "xyes" ; then LUA_VERSION=">=5.1.0"