fix --prefix
This commit is contained in:
parent
b913371746
commit
7e7b157cd9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue