packages/libs/glib2/patches/001-no_glib_marshal.patch
florian 4e5b40d3fe Fix glib2 compilation errors when no glib2-dev package is installed on the host system (#1659)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 09:03:59 +00:00

14 lines
539 B
Diff

diff -urN glib-2.12.12/configure glib-2.12.12.new/configure
--- glib-2.12.12/configure 2007-05-02 01:20:31.000000000 +0200
+++ glib-2.12.12.new/configure 2007-05-11 09:24:21.000000000 +0200
@@ -43081,8 +43081,7 @@
if test x$GLIB_GENMARSHAL = xno; then
{ { echo "$as_me:$LINENO: error: Could not find a glib-genmarshal in your PATH" >&5
-echo "$as_me: error: Could not find a glib-genmarshal in your PATH" >&2;}
- { (exit 1); exit 1; }; }
+echo "$as_me: error: Could not find a glib-genmarshal in your PATH" >&2;} }
fi
fi