From: Jan Kiszka <[email protected]>

We have no use case for telling both apart.

Signed-off-by: Jan Kiszka <[email protected]>
---
 configure.ac | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 15d9de6..fecce6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,18 +82,13 @@ AC_SUBST(GNUEFI_LIB_DIR)
 AC_DEFINE_UNQUOTED(GNUEFI_LIB_DIR, ["$GNUEFI_LIB_DIR"], [The lib directory for 
gnuefi])

 dnl Define ARCH_<NAME> conditionals
-SET_ARCH(I586, i586*)
-SET_ARCH(I686, i686*)
+SET_ARCH(I586, i586*|i686*)
 SET_ARCH(X86_64, x86_64*)
 SET_ARCH(IA64, ia64*)
 SET_ARCH(AARCH64, aarch64*)

 ARCH=$(echo $host | sed "s/\(-\).*$//")

-AM_COND_IF(ARCH_I686, [
-          ARCH=ia32
-          MACHINE_TYPE_NAME=ia32])
-
 AM_COND_IF(ARCH_I586, [
           ARCH=ia32
           MACHINE_TYPE_NAME=ia32])
--
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/b18f4c92-2fce-0720-6a0d-0d34af2e244d%40web.de.

Reply via email to