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:
authorDaniel Drake <dsd@mono-cvs.ximian.com>2005-07-02 01:06:12 +0400
committerDaniel Drake <dsd@mono-cvs.ximian.com>2005-07-02 01:06:12 +0400
commitdcca26de40396c44df0c1f8f3b535f6695ecb745 (patch)
treec7ea3390bddde09aa13df36be6ff9b201a2aaeed /configure.in
parenteee68bbd945161fa2497e917e306aa09f2a78147 (diff)
2005-07-01 Daniel Drake <dsd@gentoo.org>
* configure.in: Add check for FreeBSD's sys/extattr.h svn path=/trunk/mono/; revision=46864
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 d4c373fa37c..0cf3c8a38f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1154,6 +1154,7 @@ if test x$platform_win32 = xno; then
dnl **********************************
AC_CHECK_HEADERS(checklist.h)
AC_CHECK_HEADERS(fstab.h)
+ AC_CHECK_HEADERS(sys/extattr.h)
AC_CHECK_HEADERS(sys/sendfile.h)
AC_CHECK_HEADERS(sys/statvfs.h)
AC_CHECK_HEADERS(sys/vfstab.h)