mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Use AC_FUNC_STRCOLL instead of generic test.
This commit is contained in:
parent
eb67c01aef
commit
61b18a0643
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user