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:37:26 +00:00 committed by Matthias Clasen
parent c099397369
commit e420f93158
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/gtkactiongroup.c (gtk_action_group_add_actions_full)
(gtk_action_group_add_toggle_actions_full)
(gtk_action_group_add_radio_actions_full): Check for a stock

View File

@ -1,5 +1,7 @@
2006-03-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full)
(gtk_action_group_add_toggle_actions_full)
(gtk_action_group_add_radio_actions_full): Check for a stock

View File

@ -1239,7 +1239,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