2003-11-05  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=125970
	* configure.in : make x extension check more robust

2003-11-03  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=120842
	* gnome-accessibility-keyboard-properties.c : older xservers require
	  X11/Xlib.h too, its not sun specific.
This commit is contained in:
Jody Goldberg 2003-11-05 17:29:16 +00:00 committed by Jody Goldberg
parent 03fb1e0f27
commit ebb3a64d20
5 changed files with 26 additions and 4 deletions

View file

@ -33,9 +33,7 @@
#include "accessibility-keyboard.h"
#ifdef HAVE_X11_EXTENSIONS_XKB_H
# ifdef __sun
# include <X11/Xlib.h>
# endif
# include <X11/Xlib.h>
# include <X11/XKBlib.h>
# include <X11/extensions/XKBstr.h>
# include <gdk/gdk.h>