Added ppc64le to arch's in configure.ac script

This commit is contained in:
debian 2017-01-31 03:50:45 +00:00 committed by Vadim Barkov
parent acb155d893
commit 3907feb306

View File

@ -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]])