mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.ac: Revert last commit.
This commit is contained in:
parent
6b2b857e48
commit
e9996b613b
@ -1,3 +1,7 @@
|
||||
2006-06-07 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* configure.ac: Revert last commit.
|
||||
|
||||
2006-05-29 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* m4/ls-mntd-fs.m4: Updated to serial #21, which fixes the use
|
||||
|
@ -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 <sys/statvfs.h>
|
||||
#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 \
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user