aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-06-10 03:55:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-06-10 03:55:35 +0000
commitc78c4cbc71476468ccaaa64ee9d4b280b7bcd612 (patch)
treec359831fd3d1cdb258e9630a5ca5e73032b2aa65 /configure.ac
parentb055e9771b979f98b4b3237ce8d98f75c56b988c (diff)
made mbox locking NFS-safe (#202).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3407 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 76bea0bb..55e65d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,6 +455,10 @@ if test $ac_cv_dirent_d_type = yes; then
Define if `struct dirent' has `d_type' member.)
fi
+dnl Checks for liblockfile
+AC_CHECK_HEADERS(lockfile.h)
+AC_CHECK_LIB(lockfile, lockfile_create)
+
dnl Checks for header files.
AC_HEADER_DIRENT