From e7d71c250ca0873ff8c9b8ef2817ce221913b52f Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 21 May 2003 18:23:39 +0000 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ba8793..344cb86 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 -- 2.7.4