]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
added missing octree method
[chaz/yoink] / configure.ac
index a2db4cfda05fafd56e8bad35c71e07388144e272..47ee0baef14494680d9803a5cb60494e34b6238d 100644 (file)
@@ -274,6 +274,15 @@ AC_SEARCH_LIBS([ov_open], [vorbisfile],,
                           [missing=yes
                                echo "***** Missing libvorbisfile ($website) *****"])
 
+##### liblua #####
+website="http://www.lua.org/"
+AC_CHECK_HEADERS([lua.h],,
+                                [missing=yes
+                                 echo "***** Missing lua headers ($website) *****"])
+AC_SEARCH_LIBS([lua_load], [lua],,
+                          [missing=yes
+                               echo "***** Missing liblua ($website) *****"])
+
 ##### librt (optional) #####
 AC_SEARCH_LIBS([clock_gettime], [rt],
                           [AC_DEFINE([HAVE_CLOCK_GETTIME], 1,
@@ -292,6 +301,7 @@ fi
 
 DATA_FILES=$(echo $(cd data; \
                                        find . -name "*.json" \
+                                               -o -name "*.lua" \
                                                -o -name "*.ogg" \
                                                -o -name "*.png" \
                                                -o -name "*.xm" \
This page took 0.017727 seconds and 4 git commands to generate.