[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:
Stefan Bühler 2016-01-30 15:01:19 +00:00
parent 107f40545c
commit 1a71c13869
1 changed files with 3 additions and 1 deletions

View File

@ -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