From 565d4beea2b4136ea259b8e89962395205fa65cd Mon Sep 17 00:00:00 2001 From: Vadim Barkov Date: Sun, 29 Jan 2017 19:07:12 +0300 Subject: [PATCH] Updated CFLAGS recomendations --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d378792e6..2aeb3b6f3 100644 --- a/configure.ac +++ b/configure.ac @@ -420,7 +420,7 @@ AS_HELP_STRING([[[--enable-powerpc-vsx]]], AC_DEFINE([PNG_POWERPC_VSX_OPT], [2], [Enable POWERPC VSX optimizations]) AC_MSG_WARN([--enable-powerpc-vsx: please specify 'check' or 'api', if] - [you want the optimizations unconditionally pass '-maltivec -mabi=altivec'] + [you want the optimizations unconditionally pass '-maltivec -mvsx'] [or '-mcpu=power8'to the compiler.]);; *) AC_MSG_ERROR([--enable-powerpc-vsx=${enable_powerpc_vsx}: invalid value])