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).
This commit is contained in:
Max Horn 2011-05-25 13:40:45 +02:00
parent 652bf358c2
commit 6e157fd2d4

1
configure vendored

@ -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"