From: Marc-Antoine Perennou Date: Wed, 8 Apr 2015 20:33:53 +0000 (+0200) Subject: configure: allow setting EFI_CC X-Git-Tag: v220~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63e69fb4a0ce15d5a0c35c384402834ec2cb5152;p=thirdparty%2Fsystemd.git configure: allow setting EFI_CC --- diff --git a/configure.ac b/configure.ac index 79f6ddfca33..28cec8fb696 100644 --- a/configure.ac +++ b/configure.ac @@ -1149,8 +1149,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/\(-\).*$//"`