* configure.in: Use AC_FUNC_STRCOLL instead of generic test.

This commit is contained in:
Pavel Roskin 2001-09-11 01:42:08 +00:00
parent eb67c01aef
commit 61b18a0643
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2001-09-10 Pavel Roskin <proski@gnu.org>
* configure.in: Use AC_FUNC_STRCOLL instead of generic test.
* acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
* configure.in: Likewise. Add MCLIBS to LIBS temporarily when
testing for functions in ncurses.

View File

@ -98,12 +98,11 @@ dnl
dnl Check availability of some functions
dnl
AC_CHECK_FUNCS([strerror statfs strcasecmp strncasecmp strcoll strftime \
AC_CHECK_FUNCS([strerror statfs strcasecmp strncasecmp strftime \
strdup memmove pwdauth truncate initgroups putenv \
memset memcpy tcsetattr tcgetattr cfgetospeed \
sigaction sigemptyset sigprocmask sigaddset \
sysconf setuid setreuid \
telldir seekdir])
sysconf setuid setreuid telldir seekdir])
dnl
dnl getpt is a GNU Extension (glibc 2.1.x)
@ -198,6 +197,7 @@ AC_CHECK_TYPE(nlink_t, unsigned int)
AC_FUNC_MMAP
AC_FUNC_ALLOCA
AC_FUNC_STRCOLL
AC_PATH_XTRA