]> git.saurik.com Git - apt.git/blobdiff - configure.in
French translation update
[apt.git] / configure.in
index 7287b925ae630156f17ad971bee68eeb422a7a68..ff11078b3377a34364560b85e76e7f7d4bfcc986 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)