projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46d046
)
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:52 +0000
(21:15 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 19:19:37 +0000
(21:19 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 40a312078bb9bcdfa1dad57452d09a72f29bb298..4a3ef476f1d955ed24b94d6e7ba3b53a1c552cd1 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-193,7
+193,7
@@
fi
dnl Check for mmap (needed by electricfence plugin)
AC_FUNC_MMAP
-AM_CONDITIONAL(GST_HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" =
=
"xyes")
+AM_CONDITIONAL(GST_HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" = "xyes")
dnl Check for mmap (needed by electricfence plugin)