autoconf-patches
[Top][All Lists]
Advanced

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

Re: AC_NO_EXECUTABLES update for GCC


From: Daniel Jacobowitz
Subject: Re: AC_NO_EXECUTABLES update for GCC
Date: Mon, 20 Oct 2003 12:20:21 -0400
User-agent: Mutt/1.5.1i

On Fri, Oct 17, 2003 at 10:09:11AM +0200, Akim Demaille wrote:
> 
>  >  m4_define([AC_LINK_IFELSE],
>  > -[AC_FATAL([All the tests involving linking were disabled by $0])])
>  > +[if test x$ac_no_link = xyes; then
>  > +  ac_tmp=AC
>  > +  AC_MSG_ERROR([Link tests are not allowed after ${ac}_NO_EXECUTABLES.])
>  > +fi
>  > +]m4_defn([AC_LINK_IFELSE]))
>  
>   test x$ac_no_link = xyes &&
>     AC_MSG_ERROR([Link tests are not allowed after AC@&address@hidden)
> 
> Thanks, please install! 

Done, thanks.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer




reply via email to

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