mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
484c536ba9
commit
e7d71c250c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue