From 2cc569eab73ee61457f004d35b83c55197c2f234 Mon Sep 17 00:00:00 2001 From: Vadim Barkov Date: Tue, 31 Jan 2017 12:00:02 +0000 Subject: [PATCH] Removed remark about poor supporting VSX check code --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2ee4f1d63..73f7183e5 100644 --- a/configure.ac +++ b/configure.ac @@ -436,8 +436,8 @@ AC_ARG_ENABLE([powerpc-vsx], AS_HELP_STRING([[[--enable-powerpc-vsx]]], [Enable POWERPC VSX optimizations: =no/off, check, api, yes/on:] [no/off: disable the optimizations; check: use internal checking code] - [(deprecated and poorly supported); api: disable by default, enable by] - [a call to png_set_option; yes/on: turn on unconditionally.] + [api: disable by default, enable by a call to png_set_option] + [yes/on: turn on unconditionally.] [If not specified: determined by the compiler.]), [case "$enableval" in no|off)