From f6da7fc383457104d4f1806d48f4d7158f4b5c81 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 28 Oct 2009 13:00:59 +0000 Subject: [PATCH] Patch configure.ac to check for fnmatch header. Thanks Vincent :) SVN revision: 43327 --- legacy/eina/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index 8fc2e5805b..0de66332a3 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/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