Remove extraneous comment from 0a33d8bd312cc4497d08bbe0f4dd2abcce67bd0b
authorTim Prouty <tprouty@samba.org>
Mon, 13 Oct 2008 22:10:23 +0000 (15:10 -0700)
committerTim Prouty <tprouty@samba.org>
Mon, 13 Oct 2008 22:10:23 +0000 (15:10 -0700)
lib/util/fsusage.m4

index 5023c36dff67f3137260864aacc8fd3e0530bfa4..843965041f86bff21859bdb23599e1e478eb278a 100644 (file)
@@ -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)])