From 1e8d952fa20ed3439e89a296c02e2424a0b29643 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Fri, 4 Jun 2010 16:05:39 +0000 Subject: [PATCH] check for X11 shape extension header SVN revision: 49450 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 33ef10845..6737ae0f1 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,8 @@ EFL_CHECK_PATH_MAX AC_CHECK_FUNCS(setenv) AC_CHECK_FUNCS(unsetenv) +AC_CHECK_HEADERS(X11/extensions/shape.h,, AC_MSG_ERROR([Cannot find X11/extensions/shape.h. Make sure your CFLAGS environment variable contains include lines for the location of this file])) + AC_CHECK_HEADERS(fnmatch.h,, AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your CFLAGS environment variable contains include lines for the location of this file])) AC_CHECK_FUNCS(fnmatch, res=yes, res=no)