Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir     : e_modules/language


Modified Files:
        configure.in 


Log Message:
fix header check

===================================================================
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in        7 Nov 2007 20:30:28 -0000       1.19
+++ configure.in        7 Nov 2007 22:08:56 -0000       1.20
@@ -138,9 +138,14 @@
 
 #AC_CHECK_HEADERS(EXML.h,, AC_MSG_ERROR([Cannot find EXML.h. Make sure your 
CFLAGS environment variable contains include lines for the location of this 
file and EXML lib is installed]))
 
-AC_CHECK_HEADERS(X11/XKBlib.h,, AC_MSG_ERROR([Cannot find XKBlib.h. Make sure 
your CFLAGS environment variable contains include lines for the location of 
this file.]))
+AC_CHECK_HEADERS(X11/XKBlib.h, ,
+                AC_MSG_ERROR([Cannot find XKBlib.h. Make sure your CFLAGS 
environment variable contains include lines for the location of this file.]))
 
-AC_CHECK_HEADERS(X11/extensions/XKBrules.h,, AC_MSG_ERROR([Cannot find 
XKBrules.h. Make sure your CFLAGS environment variable contains include lines 
for the location of this file.]))
+AC_CHECK_HEADERS(X11/extensions/XKBrules.h,, AC_MSG_ERROR([Cannot find 
XKBrules.h. Make sure your CFLAGS environment variable contains include lines 
for the location of this file.]),
+                [
+                   #include <stdio.h>
+                   #include <X11/XKBlib.h>
+                ])
 
 AC_OUTPUT([
 e_modules-language.spec



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to