diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/stat-prog.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/stat-prog.m4 b/m4/stat-prog.m4 index c23fb1fbe..032e310ac 100644 --- a/m4/stat-prog.m4 +++ b/m4/stat-prog.m4 @@ -1,4 +1,4 @@ -# stat-prog.m4 serial 6 +# stat-prog.m4 serial 7 # Record the prerequisites of src/stat.c from the coreutils package. # Copyright (C) 2002-2004, 2006, 2008-2011 Free Software Foundation, Inc. @@ -53,7 +53,8 @@ AC_INCLUDES_DEFAULT " dnl Keep this long conditional in sync with the USE_STATVFS conditional dnl in ../src/stat.c. - if test "$fu_cv_sys_stat_statvfs" = yes && + if case "$fu_cv_sys_stat_statvfs$fu_cv_sys_stat_statvfs64" in + *yes*) ;; *) false;; esac && { AC_CHECK_MEMBERS([struct statvfs.f_basetype],,, [$statvfs_includes]) test $ac_cv_member_struct_statvfs_f_basetype = yes || { AC_CHECK_MEMBERS([struct statvfs.f_fstypename],,, [$statvfs_includes]) |