mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
(mc_AC_GET_FS_INFO): rename to mc_GET_FS_INFO...
since it is not from Autoconf. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
392a9b6f92
commit
dc999a23eb
@ -265,7 +265,7 @@ AC_CHECK_LIB(seq, get_process_stats, [
|
||||
[Define if you have function `get_process_stats' and
|
||||
have to use that instead of gettimeofday])])
|
||||
|
||||
mc_AC_GET_FS_INFO
|
||||
mc_GET_FS_INFO
|
||||
|
||||
|
||||
dnl ############################################################################
|
||||
|
@ -97,7 +97,7 @@ dnl
|
||||
dnl To get information about the disk, mount points, etc.
|
||||
dnl
|
||||
|
||||
AC_DEFUN([mc_AC_GET_FS_INFO], [
|
||||
AC_DEFUN([mc_GET_FS_INFO], [
|
||||
AC_CHECK_HEADERS([fcntl.h utime.h])
|
||||
|
||||
gl_MOUNTLIST
|
||||
|
Loading…
Reference in New Issue
Block a user