$NetBSD: patch-ae,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $

https://bugs.freedesktop.org/show_bug.cgi?id=23378

--- gst-libs/gst/farsight/Makefile.in.orig	2009-08-03 20:33:01.000000000 +0000
+++ gst-libs/gst/farsight/Makefile.in
@@ -860,7 +860,7 @@ fs-marshal.list: $(libgstfarsight_@GST_M
 	$^ > $@
 
 %-enum-types.c: $(glib_enum_headers) Makefile
-	@if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+	@if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
 	glib-mkenums \
 	--fhead "#include \"$*-enum-types.h\"\n$(enum_headers)" \
 	--fprod "\n/* enumerations from \"@filename@\" */" \
