stupid gdk-pixbuf patch



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





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]