added spaces around the equal sign so that the test actually works on
authorBrian Cameron <brian.cameron@sun.com>
Wed, 21 May 2003 18:23:39 +0000 (18:23 +0000)
committerBrian Cameron <brian.cameron@sun.com>
Wed, 21 May 2003 18:23:39 +0000 (18:23 +0000)
Original commit message from CVS:
added spaces around the equal sign so that the test actually works on
Solaris.

configure.ac

index 0ba8793..344cb86 100644 (file)
@@ -37,7 +37,7 @@ AS="${CC}"
 
 dnl decide on error flags
 AS_COMPILER_FLAG(-Wall,GST_ERROR="$GST_ERROR -Wall",GST_ERROR="$GST_ERROR")
-if test "x$GST_CVS"="xyes"; then
+if test "x$GST_CVS" = "xyes"; then
   AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
 fi