$NetBSD: patch-ac,v 1.6 2009/02/27 21:10:43 wiz Exp $

--- gst/udp/Makefile.in.orig	2009-02-19 11:46:06.000000000 +0000
+++ gst/udp/Makefile.in
@@ -824,7 +824,7 @@ uninstall-am: uninstall-pluginLTLIBRARIE
 	$^ > $@
 
 %-enumtypes.c: $(glib_enum_headers)
-	@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 \"$*-enumtypes.h\"\n$(enum_headers)" \
 	--fprod "\n/* enumerations from \"@filename@\" */" \
