diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 936b0ff68..2a518aa81 100644 --- a/configure.ac +++ b/configure.ac @@ -557,7 +557,7 @@ case "$host_or_hostalias" in ;; esac if test "$GCC_VERSION_MAJOR" -ge 3; then - test x$"enable_vis" != x"no" && has_vis=yes + test x"$enable_vis" != x"no" && has_vis=yes fi else case "`uname -m`" in @@ -684,7 +684,7 @@ case "$host_or_hostalias" in fi ;; esac - test x$"archopt_val" != x"" && cpuflags="$cpuflags $sarchopt=$archopt_val" + test x"$archopt_val" != x"" && cpuflags="$cpuflags $sarchopt=$archopt_val" fi else # Intel optimizations |