configure: Use = instead of == in shell scripts for equality checks
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 19:15:52 +0000 (21:15 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 19:19:37 +0000 (21:19 +0200)
configure.ac

index 40a3120..4a3ef47 100644 (file)
@@ -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)