autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #8505] ac_cv_header_lua_h always set to yes


From: Peter Johansson
Subject: Re: [patch #8505] ac_cv_header_lua_h always set to yes
Date: Wed, 06 Aug 2014 16:04:28 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

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: address@hidden
              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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]