[autobuild] fix lua configure error handling
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3074 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
107f40545c
commit
1a71c13869
|
@ -534,7 +534,9 @@ if test "$WITH_LUA" != "no"; then
|
|||
AC_DEFINE([HAVE_LUA], [1], [liblua])
|
||||
AC_DEFINE([HAVE_LUA_H], [1], [lua.h])
|
||||
found_lua=1
|
||||
], [])
|
||||
], [
|
||||
AC_MSG_NOTICE([Couldn't find $luaname])
|
||||
])
|
||||
fi
|
||||
done
|
||||
if test "$found_lua" = "0"; then
|
||||
|
|
Loading…
Reference in New Issue