projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a27e7d
)
fix test
author
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Jun 2010 18:19:10 +0000
(18:19 +0000)
committer
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Jun 2010 18:19:10 +0000
(18:19 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@49823
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
8d159ec
..
9fbdb6b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-225,7
+225,7
@@
PKG_CHECK_MODULES([LUA], [lua >= 5.1.0], requirement_lua="lua",
[PKG_CHECK_MODULES([LUA], [lua51 >= 5.1.0], requirement_lua="lua51",
[have_lua="no])])])])
-if test "x${have_lua}" = "no" ; then
+if test "x${have_lua}" = "
x
no" ; then
AC_MSG_CHECKING([whether lua_newstate() is in liblua])
AC_CHECK_LIB([lua], [lua_newstate],
[
@@
-237,7
+237,7
@@
if test "x${have_lua}" = "no" ; then
fi
AC_SUBST(lua_libs)
-if test "x${have_lua}" = "no" ; then
+if test "x${have_lua}" = "
x
no" ; then
AC_MSG_ERROR([Cannot find lua library. Be sure that you have installed it and set CFLAGS and LDFLAGS correctly])
fi