From a281386fa887e6bf4110840779aed46dd0ac89b6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 9 Jul 2010 19:34:29 +0100 Subject: Fix parsing of 0x1a2b3c4d-style symbols Raw keysyms were not getting parsed correctly, due to forgetting to add the code to libX11, forgetting to add the backwards-compat code for old libX11s, and then stuffing the lexing up anyway. Yeesh. Signed-off-by: Daniel Stone --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ad342c..6ed68c6 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,7 @@ AC_PROG_INSTALL AC_CHECK_FUNCS([strdup strcasecmp]) +AC_CHECK_HEADERS([limits.h]) # Checks for pkg-config packages PKG_CHECK_MODULES(XKBCOMP, x11 xkbfile) -- cgit v1.2.3