aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-05-25 13:40:45 +0200
committerMax Horn2011-05-25 13:40:45 +0200
commit6e157fd2d4ee1cc5de5b4950ca499ba28f1f153e (patch)
treea981d731be9534edd31a4e9caf603bf7138b8885
parent652bf358c25784fe84aed473b555cbe4c836b34d (diff)
downloadscummvm-rg350-6e157fd2d4ee1cc5de5b4950ca499ba28f1f153e.tar.gz
scummvm-rg350-6e157fd2d4ee1cc5de5b4950ca499ba28f1f153e.tar.bz2
scummvm-rg350-6e157fd2d4ee1cc5de5b4950ca499ba28f1f153e.zip
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).
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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"