From a0ff99b472030a3a28057f7c0aec16b9c9a79230 Mon Sep 17 00:00:00 2001 From: Darrell Walisser Date: Fri, 31 Mar 2017 12:48:30 -0400 Subject: [PATCH] update autoconf script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5f8371793..83df563ed 100755 --- a/configure +++ b/configure @@ -19189,7 +19189,7 @@ fi if test x$enable_sse = xyes; then - if test "${CXX}" = "gnu"; then + if test "${ax_cv_cxx_compiler_vendor}" = "gnu"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts -msse" >&5 $as_echo_n "checking whether C++ compiler accepts -msse... " >&6; } if ${ax_cv_cxx_flags__msse+:} false; then :