Add a missing comma. (#334774, Peter Breitenlohner)

2006-03-16  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Add a missing comma.  (#334774, Peter Breitenlohner)
This commit is contained in:
Matthias Clasen
2006-03-16 16:39:45 +00:00
committed by Matthias Clasen
parent 9be0ea0095
commit 2dc38af2a2
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-03-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
* gtk/gtkimage.c (gtk_image_clear): Update the size of the image,
by swapping the implementations of gtk_image_clear and
gtk_image_reset. (#334657)

View File

@@ -1,5 +1,7 @@
2006-03-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
* gtk/gtkimage.c (gtk_image_clear): Update the size of the image,
by swapping the implementations of gtk_image_clear and
gtk_image_reset. (#334657)

View File

@@ -1230,7 +1230,7 @@ if test "x$gdktarget" = "xx11"; then
AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
[AC_CHECK_HEADER(X11/extensions/Xinerama.h,
[GTK_ADD_LIB(x_extra_libs,Xinerama)
have_xfree_xinerama=true], :
have_xfree_xinerama=true], :,
[#include <X11/Xlib.h>])])
fi