diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-12 17:29:17 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-12 17:29:17 -0400 |
commit | 0b248a5bd28ead6740cdd78f5a4d7e84a9435516 (patch) | |
tree | e670f81735470896b8896620b9529be7014e5fdb | |
parent | 525df80285aa9896df58be826eff17016a0077ab (diff) | |
download | xine-lib-0b248a5bd28ead6740cdd78f5a4d7e84a9435516.tar.gz xine-lib-0b248a5bd28ead6740cdd78f5a4d7e84a9435516.tar.bz2 |
Typo fixes: instances of $" should be "$
-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 |