mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
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:
parent
c099397369
commit
e420f93158
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user