added spaces around the equal sign so that the test actually works on

Original commit message from CVS:
added spaces around the equal sign so that the test actually works on
Solaris.
This commit is contained in:
Brian Cameron 2003-05-21 18:23:39 +00:00
parent 484c536ba9
commit e7d71c250c

View 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