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:
df66909
)
configure: Do comparisons in a portable way with = instead of ==
author
Thomas Klausner
<wiz@danbala.tuwien.ac.at>
Mon, 1 Dec 2014 08:48:41 +0000
(09:48 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 1 Dec 2014 08:49:17 +0000
(09:49 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=740953
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
59381ee
..
db1b723
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1750,9
+1750,9
@@
AG_GST_CHECK_FEATURE(UVCH264, [UVC H264], uvch264, [
AC_DEFINE([HAVE_LIBUSB], 1, [Define if libusb 1.x is installed])
HAVE_LIBUSB="yes" ],
[HAVE_LIBUSB="no"])
- if test "x$HAVE_UVCVIDEO_H" =
=
"xyes" && \
- test "x$HAVE_GUDEV" =
=
"xyes" && \
- test "x$HAVE_LIBUSB" =
=
"xyes"; then
+ if test "x$HAVE_UVCVIDEO_H" = "xyes" && \
+ test "x$HAVE_GUDEV" = "xyes" && \
+ test "x$HAVE_LIBUSB" = "xyes"; then
HAVE_UVCH264=yes
else
HAVE_UVCH264=no