projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484c536
)
added spaces around the equal sign so that the test actually works on
author
Brian Cameron
<brian.cameron@sun.com>
Wed, 21 May 2003 18:23:39 +0000
(18:23 +0000)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0ba8793e61d0fdfce2736c5463b286b26150dee0..344cb86c27cce22fd16da434b127afcac243e159 100644
(file)
--- 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