mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Added ppc64le to arch's in configure.ac script
This commit is contained in:
parent
acb155d893
commit
3907feb306
@ -469,7 +469,7 @@ AS_HELP_STRING([[[--enable-powerpc-vsx]]],
|
|||||||
AM_CONDITIONAL([PNG_POWERPC_VSX],
|
AM_CONDITIONAL([PNG_POWERPC_VSX],
|
||||||
[test "$enable_powerpc_vsx" != 'no' &&
|
[test "$enable_powerpc_vsx" != 'no' &&
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
powerpc*) :;;
|
powerpc*|ppc64*) :;;
|
||||||
esac])
|
esac])
|
||||||
|
|
||||||
AC_MSG_NOTICE([[Extra options for compiler: $PNG_COPTS]])
|
AC_MSG_NOTICE([[Extra options for compiler: $PNG_COPTS]])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user