From 0b248a5bd28ead6740cdd78f5a4d7e84a9435516 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Sat, 12 May 2007 17:29:17 -0400 Subject: Typo fixes: instances of $" should be "$ --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.3