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:
77ec562
)
configure: Use = instead of == in shell scripts for equality checks
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 19:15:02 +0000
(21:15 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 19:15:48 +0000
(21:15 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 241cb08a1dc42931ff27d4135e318901c701b90e..0123003fc8fbac1ff83980f971c0dfc12956f88a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-690,11
+690,11
@@
AG_GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization library], libvisual, [
if test $HAVE_LIBVISUAL = no
then
AG_GST_PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.2.0)
- if test x$HAVE_LIBVISUAL =
=
xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.2`"
fi
else
- if test x$HAVE_LIBVISUAL =
=
xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
fi
fi