blob: 4740a1786928cf7a122724c7782417fb53443497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.5 2008/08/06 18:17:24 drochner Exp $
--- gst/udp/Makefile.in.orig 2008-08-04 16:38:33.000000000 +0200
+++ gst/udp/Makefile.in
@@ -987,7 +987,7 @@ uninstall-am: uninstall-info-am uninstal
$^ > $@
%-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@\" */" \
|