[systemd-devel] [PATCH v2 1/2] configure: allow setting EFI_CC

David Herrmann dh.herrmann at gmail.com
Sat Apr 11 03:44:33 PDT 2015


Hi

On Wed, Apr 8, 2015 at 10:33 PM, Marc-Antoine Perennou
<Marc-Antoine at perennou.com> wrote:
> ---
>  configure.ac | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied!

Thanks
David

> diff --git a/configure.ac b/configure.ac
> index 1608c83..7e4a574 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1147,8 +1147,7 @@ fi
>  AM_CONDITIONAL(ENABLE_EFI, [test "x$have_efi" = "xyes"])
>
>  # ------------------------------------------------------------------------------
> -EFI_CC=gcc
> -AC_SUBST([EFI_CC])
> +AC_CHECK_TOOL(EFI_CC, gcc)
>
>  EFI_ARCH=`echo $host | sed "s/\(-\).*$//"`
>
> --
> 2.3.3
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel


More information about the systemd-devel mailing list