Re: [patch #8505] ac_cv_header_lua_h always set to yes
Peter Johansson <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
On 08/05/2014 11:18 PM, anonymous wrote: > URL: > <http://savannah.gnu.org/patch/?8505> > > Summary: ac_cv_header_lua_h always set to yes > Project: GNU Autoconf Archive > Submitted by: None > Submitted on: Tue 05 Aug 2014 01:18:56 PM UTC > Priority: 5 - Normal > Status: None > Assigned to: None > Originator Email: [email protected] > Open/Closed: Open > Discussion Lock: Any > > _______________________________________________________ > > Details: > > ac_cv_header_lua_h has not be initialized correctly > > autoconf (GNU Autoconf) 2.69 > > --- ax_lua.m4.ori 2014-08-05 15:04:48.034346425 +0200 > +++ m4/ax_lua.m4 2014-08-05 15:07:44.089506350 +0200 > @@ -425,6 +425,8 @@ > AC_CHECK_HEADERS([lua.h lualib.h lauxlib.h luaconf.h]) > CPPFLAGS=$_ax_lua_saved_cppflags > > + ac_cv_header_lua_h="" > + ac_cv_header_lua_h is set in macro AC_CHECK_HEADERS, so this patch should not be needed. Or am I missing something? Cheers, -- Peter Johansson