configure.ac : Treat powerpc64 like powerpc.
diff --git a/configure.ac b/configure.ac
index 5cbcbc7..8925640 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,7 +91,7 @@
 		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 @@
 if test x$ac_cv_c_compiler_gnu = xyes ; then
 	echo "    GCC version : ......................... ${GCC_VERSION}"
 fi
+echo