• J
    autoconf: Checks for some library functions. · 1bbbadbc
    Jakub Narebski 提交于
    ./configure script checks now for the following library functions:
     * strcasestr (NO_STRCASESTR)
     * strlcpy (NO_STRLCPY)
     * setenv (NO_SETENV)
    in default C library and in libraries which have AC_CHECK_LIB done for
    them.
    
    Checks not implemented:
     * NO_MMAP  - probably only via optional features configuration
     * NO_IPV6  - what does "lack IPv6 support" mean?
     * NO_ICONV - what does "properly support iconv" mean?
    Signed-off-by: NJakub Narebski <jnareb@gmail.com>
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    1bbbadbc
configure.ac 5.6 KB