mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Don't check for strcasecmp(), strncasecmp() and
strdup() - test results are not used except in gettext, which provides its own tests.
This commit is contained in:
parent
7978b33a9d
commit
0129bcc1ca
@ -1,5 +1,9 @@
|
||||
2002-07-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Don't check for strcasecmp(), strncasecmp() and
|
||||
strdup() - test results are not used except in gettext, which
|
||||
provides its own tests.
|
||||
|
||||
* configure.in: When checking for ncurses, check for
|
||||
has_colors(), not curses_version() - the later is missing in
|
||||
older version of ncurses.
|
||||
|
@ -116,8 +116,8 @@ dnl
|
||||
dnl Check availability of some functions
|
||||
dnl
|
||||
|
||||
AC_CHECK_FUNCS([strerror statfs strcasecmp strncasecmp strftime \
|
||||
strdup memmove pwdauth truncate initgroups putenv \
|
||||
AC_CHECK_FUNCS([strerror statfs strftime \
|
||||
memmove pwdauth truncate initgroups putenv \
|
||||
memset memcpy tcsetattr tcgetattr cfgetospeed \
|
||||
sigaction sigemptyset sigprocmask sigaddset \
|
||||
sysconf setuid setreuid telldir seekdir])
|
||||
|
Loading…
Reference in New Issue
Block a user