mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Removed check of unused functions.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
1b4df2bdd2
commit
49dd358a16
@ -160,10 +160,10 @@ dnl
|
||||
|
||||
AC_CHECK_FUNCS([\
|
||||
atoll \
|
||||
cfgetospeed \
|
||||
initgroups isascii \
|
||||
setreuid statfs sysconf \
|
||||
tcgetattr tcsetattr truncate \
|
||||
isascii \
|
||||
statfs sysconf \
|
||||
tcgetattr tcsetattr \
|
||||
ftruncate \
|
||||
strverscmp \
|
||||
strncasecmp \
|
||||
realpath
|
||||
@ -205,7 +205,6 @@ AC_TYPE_MODE_T
|
||||
AC_TYPE_PID_T
|
||||
AC_TYPE_UID_T
|
||||
|
||||
AC_FUNC_ALLOCA
|
||||
AC_FUNC_STRCOLL
|
||||
|
||||
AC_MC_GET_FS_INFO
|
||||
|
Loading…
Reference in New Issue
Block a user