aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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