stupid gdk-pixbuf patch
- From: Mathieu Lacage <lacage email enst fr>
- To: gnome-hackers gnome org
- Cc: federico ximian com, pacalet enst fr
- Subject: stupid gdk-pixbuf patch
- Date: Wed, 21 Feb 2001 14:58:36 +0100 (MET)
hi,
Mr Pacalet found this stupid bug in gdk-pixbuf's M4 macros: the
GDK_PIXBUG_CONFIG variable is always ignored....
Here is the patch. May I commit ?
Index: gdk-pixbuf.m4
===================================================================
RCS file: /cvs/gnome/gdk-pixbuf/gdk-pixbuf.m4,v
retrieving revision 1.2
diff -u -r1.2 gdk-pixbuf.m4
--- gdk-pixbuf.m4 2000/02/25 21:41:51 1.2
+++ gdk-pixbuf.m4 2001/02/21 13:53:08
@@ -22,7 +22,7 @@
if test x$gdk_pixbuf_exec_prefix != x ; then
gdk_pixbuf_args="$gdk_pixbuf_args --exec-prefix=$gdk_pixbuf_exec_prefix"
- if test x${GDK_PIXBUF_CONFIG+set} != xset ; then
+ if test x${GDK_PIXBUF_CONFIG+set} = xset ; then
GDK_PIXBUF_CONFIG=$gdk_pixbuf_exec_prefix/bin/gdk-pixbuf-config
fi
fi
Mathieu
--
Mathieu Lacage, mathieu gnome org
_______________________________________________
gnome-hackers mailing list
gnome-hackers gnome org
http://mail.gnome.org/mailman/listinfo/gnome-hackers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]