From: Brian Cameron Date: Wed, 21 May 2003 18:23:39 +0000 (+0000) Subject: added spaces around the equal sign so that the test actually works on X-Git-Tag: BRANCH-ERROR-ROOT~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7d71c250ca0873ff8c9b8ef2817ce221913b52f;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/configure.ac b/configure.ac index 0ba8793e61..344cb86c27 100644 --- a/configure.ac +++ b/configure.ac @@ -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