Implemented vfs_volume_info_get() for proper df(1) entry.
[captive.git] / configure.in
index b6410bc..c302d1c 100644 (file)
@@ -230,6 +230,7 @@ AC_SUBST(OPENSSL_LIBS)
 have_lufs_includes=true
 AC_CHECK_HEADERS(lufs/fs.h lufs/proto.h,,[ have_lufs_includes=false ])
 AM_CONDITIONAL(HAVE_LUFS_INCLUDES,$have_lufs_includes)
+AC_CHECK_TYPES([struct lufs_sbattr],,,[#include <lufs/proto.h>])
 
 dnl for $(top_srcdir)/src/libcaptive/sandbox/split-sandbox.c
 AM_PATH_LINC(,,[AC_MSG_ERROR([Captive requires linc library used by ORBit.])])