mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.ac: The function getgrouplist() is not used anymore,
so there is no need to check for it.
This commit is contained in:
parent
f9df117df1
commit
2b6d96d72d
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-15 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* configure.ac: The function getgrouplist() is not used anymore,
|
||||||
|
so there is no need to check for it.
|
||||||
|
|
||||||
2005-07-20 Pavel Roskin <proski@gnu.org>
|
2005-07-20 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* lib/mc.ext.in: Restore support for opening 7-zip archives.
|
* lib/mc.ext.in: Restore support for opening 7-zip archives.
|
||||||
|
13
configure.ac
13
configure.ac
@ -175,9 +175,16 @@ dnl
|
|||||||
dnl Check availability of some functions
|
dnl Check availability of some functions
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_CHECK_FUNCS([atoll cfgetospeed getsid initgroups memcpy memmove memset \
|
AC_CHECK_FUNCS([\
|
||||||
putenv setreuid setuid statfs strerror strftime \
|
atoll \
|
||||||
sysconf tcgetattr tcsetattr truncate getgrouplist])
|
cfgetospeed \
|
||||||
|
getsid \
|
||||||
|
initgroups \
|
||||||
|
memcpy memmove memset \
|
||||||
|
putenv \
|
||||||
|
setreuid setuid statfs strerror strftime sysconf \
|
||||||
|
tcgetattr tcsetattr truncate \
|
||||||
|
])
|
||||||
|
|
||||||
dnl S-Lang needs all four functions to be defined to use POSIX signal API
|
dnl S-Lang needs all four functions to be defined to use POSIX signal API
|
||||||
AC_CHECK_FUNCS([sigaction sigemptyset sigprocmask sigaddset], , [slang_signals=no])
|
AC_CHECK_FUNCS([sigaction sigemptyset sigprocmask sigaddset], , [slang_signals=no])
|
||||||
|
Loading…
Reference in New Issue
Block a user