Patch configure.ac to check for fnmatch header.

Thanks Vincent :)



SVN revision: 43327
This commit is contained in:
Christopher Michael 2009-10-28 13:00:59 +00:00
parent af793b05d5
commit f6da7fc383
1 changed files with 3 additions and 0 deletions

View File

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