mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Remove extraneous comment from 0a33d8bd31
This commit is contained in:
parent
0a33d8bd31
commit
abe443a65e
@ -64,27 +64,6 @@ if test x"$samba_cv_frsize" = x"yes"; then
|
||||
AC_DEFINE(HAVE_FRSIZE, 1, [Whether statvfs.f_frsize exists])
|
||||
fi
|
||||
|
||||
|
||||
# if test $fu_cv_sys_stat_statvfs64 = yes || test $fu_cv_sys_stat_statvfs = yes ; then
|
||||
# AC_MSG_CHECKING([for struct statvfs with statvfs.f_frsize (SVR4)])
|
||||
# AC_CACHE_VAL(fu_cv_struct_statvfs_f_frsize,
|
||||
# [AC_TRY_RUN([
|
||||
# #include <sys/statvfs.h>
|
||||
# main ()
|
||||
# {
|
||||
# struct statvfs fsd;
|
||||
# fsd.f_frsize = 0;
|
||||
# exit (statvfs (".", &fsd));
|
||||
# }],
|
||||
# fu_cv_struct_statvfs_f_frsize=yes,
|
||||
# fu_cv_struct_statvfs_f_frsize=no,
|
||||
# fu_cv_struct_statvfs_f_frsize=no)])
|
||||
# AC_MSG_RESULT($fu_cv_sys_stat_statvfs_f_frsize)
|
||||
# if test $fu_cv_struct_statvfs_f_frsize = yes; then
|
||||
# AC_DEFINE(HAVE_STRUCT_STATVFS_F_FRSIZE,1,[Whether struct statvfs has f_frsize property])
|
||||
# fi
|
||||
# fi
|
||||
|
||||
if test $space = no; then
|
||||
# DEC Alpha running OSF/1
|
||||
AC_MSG_CHECKING([for 3-argument statfs function (DEC OSF/1)])
|
||||
|
Loading…
Reference in New Issue
Block a user