From: devilhorns Date: Wed, 28 Oct 2009 13:00:59 +0000 (+0000) Subject: Patch configure.ac to check for fnmatch header. X-Git-Tag: submit/2.0alpha-wayland/20121127.222009~1393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3506c2af4e9e343df67d90f6580221d58de9582;p=profile%2Fivi%2Feina.git Patch configure.ac to check for fnmatch header. Thanks Vincent :) git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@43327 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 8fc2e58..0de6633 100644 --- a/configure.ac +++ b/configure.ac @@ -257,6 +257,9 @@ AC_HEADER_ASSERT AC_HEADER_DIRENT AC_HEADER_TIME +AC_CHECK_HEADER([fnmatch.h], + [dummy="yes"], + [AC_MSG_ERROR([Cannot find fnmatch.h. Make sure your CFLAGS environment variable contains include lines for the location of this file. MinGW users: see the INSTALL file])]) ### Checks for types