[gexiv2] build: Remove usless architecture check



commit 9ae35ae57da6f446294e6110a99b3bff1a02d6dc
Author: Jens Georg <mail jensge org>
Date:   Sat Mar 11 13:04:40 2017 +0100

    build: Remove usless architecture check
    
    Signed-off-by: Jens Georg <mail jensge org>

 configure.ac |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a09ff01..008ab1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,29 +204,6 @@ case x"$target" in
 esac
 AC_MSG_RESULT([$target_or_host])
 
-case "$target_or_host" in
-    i*86-*-*)
-        have_x86=yes
-        AC_DEFINE(ARCH_X86, 1, [Define to 1 if you are compiling for ix86.])
-    ;;
-    x86_64-*-*)
-        have_x86=yes
-        AC_DEFINE(ARCH_X86, 1, [Define to 1 if you are compiling for ix86.])
-        AC_DEFINE(ARCH_X86_64, 1, [Define to 1 if you are compiling for amd64.])
-    ;;
-    ppc-*-* | powerpc-*)
-        have_ppc=yes
-        AC_DEFINE(ARCH_PPC, 1, [Define to 1 if you are compiling for PowerPC.])
-    ;;
-    ppc64-*-* | powerpc64-*)
-        have_ppc=yes
-        AC_DEFINE(ARCH_PPC, 1, [Define to 1 if you are compiling for PowerPC.])
-        AC_DEFINE(ARCH_PPC64, 1, [Define to 1 if you are compiling for PowerPC64.])
-    ;;
-    *)
-    ;;
-esac
-
 #################
 # Check for Win32
 #################


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