* 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:
Pavel Roskin 2002-07-15 05:48:25 +00:00
parent 7978b33a9d
commit 0129bcc1ca
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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])