From f1f82751d1ff30a7841eb625a7ad82cfc3aa7bc1 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 10 Jun 2005 11:22:28 +0000 Subject: [lcd4linux @ 2005-06-10 11:22:28 by reinelt] double-check for X11 headers (AC_PATH_XTRA is buggy) --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 525be92..b9b52cc 100644 --- a/config.h.in +++ b/config.h.in @@ -208,6 +208,12 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK +/* Define to 1 if you have the header file. */ +#undef HAVE_X11_XLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_X11_XUTIL_H + /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK -- cgit v1.2.3