Fixing a LUAFLAGS assignment in configure

This commit is contained in:
kris 2007-10-19 18:15:07 +00:00
parent 8bc752b155
commit 2de3c2062f
2 changed files with 3713 additions and 3301 deletions

7012
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -160,7 +160,7 @@ case "$host" in
needs_cpp_precomp=yes
;;
*)
LUAFLAGS=MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN"
LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\""
esac
AC_SUBST(LUAFLAGS)