From 3907feb3068e7b3c52489ac021384ae8240e2395 Mon Sep 17 00:00:00 2001 From: debian Date: Tue, 31 Jan 2017 03:50:45 +0000 Subject: [PATCH] Added ppc64le to arch's in configure.ac script --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 61fbafc34..2ee4f1d63 100644 --- a/configure.ac +++ b/configure.ac @@ -469,7 +469,7 @@ AS_HELP_STRING([[[--enable-powerpc-vsx]]], AM_CONDITIONAL([PNG_POWERPC_VSX], [test "$enable_powerpc_vsx" != 'no' && case "$host_cpu" in - powerpc*) :;; + powerpc*|ppc64*) :;; esac]) AC_MSG_NOTICE([[Extra options for compiler: $PNG_COPTS]])