diff --git a/ChangeLog b/ChangeLog index d7d5f8cf9..76f047dbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-07 Pavel Tsekov + + * configure.ac: Revert last commit. + 2006-05-29 Roland Illig * m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use diff --git a/configure.ac b/configure.ac index a3f336310..e76caad0c 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ AC_CHECK_HEADERS([unistd.h string.h memory.h grp.h limits.h malloc.h \ stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h sys/time.h \ sys/timeb.h sys/select.h sys/ioctl.h stropts.h arpa/inet.h \ security/pam_misc.h sys/socket.h sys/sysmacros.h sys/types.h \ - sys/mkdev.h wchar.h wctype.h sys/statvfs.h]) + sys/mkdev.h wchar.h wctype.h]) AC_HEADER_TIME AC_HEADER_SYS_WAIT @@ -167,11 +167,6 @@ AC_HEADER_STDC dnl Missing structure components AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev]) -AC_CHECK_MEMBERS([struct statvfs.f_fstypename],,, -[AC_INCLUDES_DEFAULT() -#ifdef HAVE_SYS_STATVFS_H -# include -#endif]) AC_STRUCT_ST_BLOCKS dnl @@ -185,7 +180,7 @@ AC_CHECK_FUNCS([\ initgroups isascii \ memcpy memmove memset \ putenv \ - setreuid setuid statfs statvfs strerror strftime sysconf \ + setreuid setuid statfs strerror strftime sysconf \ tcgetattr tcsetattr truncate \ ])