summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:49:17 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:49:17 +0000
commit6b8209ff89e433ad6a400601e809c5730fa8f025 (patch)
treea9b198aa3b250d1e6b8e6e730227af648882c86f /configure.ac
parent591dab1837face12e777e10cf8906072151b4f85 (diff)
downloadgvfs-6b8209ff89e433ad6a400601e809c5730fa8f025.tar.gz
Initial partial commit of unix volume monitoring
Original git commit by Alexander Larsson <alexl@redhat.com> at 1175772915 +0200 svn path=/trunk/; revision=450
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 75e022b2..80625f0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,9 +35,12 @@ CFLAGS=$saved_CFLAGS
AC_CHECK_HEADERS([pwd.h])
-
AC_CHECK_FUNCS(getc_unlocked readlink symlink chown lchown fchmod fchown link)
+dnl Volume monitor stuff
+AC_CHECK_FUNCS(setmntent endmntent hasmntopt getmntinfo)
+AC_CHECK_HEADERS(mntent.h sys/mnttab.h sys/vfstab.h sys/cdio.h sys/mount.h sys/mntctl.h sys/vfs.h sys/vmount.h sys/sysctl.h fstab.h fnmatch.h util.h sys/sysmacros.h)
+
AC_MSG_CHECKING([for Win32])
case "$host" in
*-*-mingw*)