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([\
|
AC_CHECK_FUNCS([\
|
||||||
atoll \
|
atoll \
|
||||||
cfgetospeed \
|
isascii \
|
||||||
initgroups isascii \
|
statfs sysconf \
|
||||||
setreuid statfs sysconf \
|
tcgetattr tcsetattr \
|
||||||
tcgetattr tcsetattr truncate \
|
ftruncate \
|
||||||
strverscmp \
|
strverscmp \
|
||||||
strncasecmp \
|
strncasecmp \
|
||||||
realpath
|
realpath
|
||||||
@ -205,7 +205,6 @@ AC_TYPE_MODE_T
|
|||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_TYPE_UID_T
|
AC_TYPE_UID_T
|
||||||
|
|
||||||
AC_FUNC_ALLOCA
|
|
||||||
AC_FUNC_STRCOLL
|
AC_FUNC_STRCOLL
|
||||||
|
|
||||||
AC_MC_GET_FS_INFO
|
AC_MC_GET_FS_INFO
|
||||||
|
Loading…
Reference in New Issue
Block a user