Fixed test/test-gregression build targets.

This commit is contained in:
b1v1r
2010-04-27 09:33:56 +00:00
parent 42b9813195
commit cea87f4085
12 changed files with 123 additions and 183 deletions

View File

@@ -169,6 +169,7 @@ else
LUA_LDADD="-l${lua_lib_name}"
LUA_LDFLAGS="-L${lua_lib_path}"
else
LUA_VERSION=""
AC_MSG_RESULT([no])
fi
fi
@@ -177,6 +178,8 @@ if test -n "${LUA_LIBS}"; then
LUA_CPPFLAGS="-DWITH_LUA"
fi
AC_SUBST(LUA_CONFIG)
AC_SUBST(LUA_VERSION)
AC_SUBST(LUA_CFLAGS)
AC_SUBST(LUA_CPPFLAGS)
AC_SUBST(LUA_LDADD)