diff --git a/ChangeLog b/ChangeLog index 7f89d320d..d76cfac11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-07-15 Pavel Roskin + * 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. diff --git a/configure.in b/configure.in index cd51c102a..5301af898 100644 --- a/configure.in +++ b/configure.in @@ -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])