Add enet and lua-enet

This commit is contained in:
Martin Felis
2013-07-10 15:42:50 +02:00
parent 25d0d87247
commit 14ca401158
31 changed files with 7472 additions and 22 deletions
+6
View File
@@ -58,6 +58,12 @@ AS_VAR_IF([enable_gme], [yes],
AC_DEFINE([LOVE_SUPPORT_GME], [], [Enable gme])
AC_CHECK_HEADER([gme/gme.h], [includes="$includes -I/usr/include/gme"], []))
# libenet check for socklen_t
AC_CHECK_TYPE([socklen_t], [AC_DEFINE([HAS_SOCKLEN_T], [1], [Define if socklen_t exists.] )], ,
#include <sys/types.h>
#include <sys/socket.h>
)
# Optionally build the executable (default on)
AC_ARG_ENABLE([exe],
AC_HELP_STRING([--disable-exe], [Disable building of executable launcher]), [], [enable_exe=yes])