fix --prefix

This commit is contained in:
nehalmistry 2004-04-18 18:35:03 +00:00
parent b913371746
commit 7e7b157cd9

View file

@ -271,7 +271,7 @@ AC_SUBST(LUA_LIBS)
dnl ---- end of lua check ------ dnl ---- end of lua check ------
if test "x$prefix" = "x"; then if test "$prefix" = "NONE"; then
PREFIX=/usr/local PREFIX=/usr/local
else else
PREFIX="$prefix" PREFIX="$prefix"