check for X11 shape extension header

SVN revision: 49450
This commit is contained in:
Hannes Janetzek 2010-06-04 16:05:39 +00:00
parent cc7fd29743
commit 1e8d952fa2
1 changed files with 2 additions and 0 deletions

View File

@ -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)