Skip to content

Commit

Permalink
BUILD: Do not define LUA_USE_POSIX
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
fingolfin committed May 25, 2011
1 parent 652bf35 commit 6e157fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Expand Up @@ -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"
Expand Down

0 comments on commit 6e157fd

Please sign in to comment.