Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2005-01-06 04:06:37 +0300
committerJonathan Pryor <jpryor@novell.com>2005-01-06 04:06:37 +0300
commita054117b31050394e2b4e3b0ecbdc68ecfdb19b3 (patch)
tree3cfd16949c72537cf8088ae73b6e0728bea39323 /configure.in
parent72ac5aa9ac0566fdf51d439a2c864999cfd60446 (diff)
* configure.in: Add check for <checklist.h>.
svn path=/trunk/mono/; revision=38406
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d4d08d98571..3d60414c331 100644
--- a/configure.in
+++ b/configure.in
@@ -1029,6 +1029,7 @@ if test x$platform_win32 = xno; then
dnl **********************************
dnl *** Checks for MonoPosixHelper ***
dnl **********************************
+ AC_CHECK_HEADERS(checklist.h)
AC_CHECK_HEADERS(fstab.h)
AC_CHECK_HEADERS(sys/sendfile.h)
AC_CHECK_HEADERS(sys/statvfs.h)