[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_NO_EXECUTABLES update for GCC
From: |
Akim Demaille |
Subject: |
Re: AC_NO_EXECUTABLES update for GCC |
Date: |
Fri, 17 Oct 2003 10:09:11 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
> 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!