]> git.saurik.com Git - apt.git/blobdiff - configure.in
Allow empty Reason-Phase in the Status-Lines, which is allowed by rtf
[apt.git] / configure.in
index 9131e2fbe41a3452228010c1c17cd6ab898eedcb..0dd1beb1a338cd12fd992b1871d9c49ff35cf1a2 100644 (file)
@@ -112,6 +112,10 @@ if test x"$HAVE_STATVFS" != x"yes"; then
    ])
 fi
 
+AC_CHECK_MEMBERS([struct statfs.f_type],,,
+    [$ac_includes_default
+     #include <sys/vfs.h>])
+
 dnl We should use the real timegm function if we have it.
 AC_CHECK_FUNC(timegm,AC_DEFINE(HAVE_TIMEGM))
 AC_SUBST(HAVE_TIMEGM)