From 6e157fd2d4ee1cc5de5b4950ca499ba28f1f153e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 May 2011 13:40:45 +0200 Subject: BUILD: Do not define LUA_USE_POSIX It doesn't really do anything useful anymore anyway (except make linux builds use _setjmp instead of setjmp, but both are equally bad for us and need to replaced anyway). --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 4b86a8b643..23eb329dfa 100755 --- a/configure +++ b/configure @@ -1634,7 +1634,6 @@ case $_host_os in if test -z "$_host"; then CXXFLAGS="$CXXFLAGS $(getconf LFS_CFLAGS 2>/dev/null)" fi - DEFINES="$DEFINES -DLUA_USE_POSIX" ;; mingw*) DEFINES="$DEFINES -DWIN32" -- cgit v1.2.3