From 592021edf71df90ca0bbe03aae3f3d25592599f8 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 28 Dec 2012 09:49:50 +1100 Subject: [PATCH] configure.ac : Treat powerpc64 like powerpc. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5cbcbc7..8925640 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ case "$host_cpu" in AC_DEFINE(FLAC__CPU_IA32) AH_TEMPLATE(FLAC__CPU_IA32, [define if building for ia32/i386]) ;; - powerpc) + powerpc|powerpc64) cpu_ppc=true AC_DEFINE(FLAC__CPU_PPC) AH_TEMPLATE(FLAC__CPU_PPC, [define if building for PowerPC]) @@ -470,3 +470,4 @@ AC_MSG_RESULT([ if test x$ac_cv_c_compiler_gnu = xyes ; then echo " GCC version : ......................... ${GCC_VERSION}" fi +echo -- 2.7.4