Home
last modified time | relevance | path

Searched refs:cf_cv_lib_inet_addr (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/
Daclocal.m43265 AC_CACHE_CHECK(for library with inet_addr,cf_cv_lib_inet_addr,[
3275 [cf_cv_lib_inet_addr=$cf_inetlib],
3276 [cf_cv_lib_inet_addr=no])
3278 test "$cf_cv_lib_inet_addr" != no && break
3281 if test "$cf_cv_lib_inet_addr" != no ; then
3282 CF_ADD_LIBS($cf_cv_lib_inet_addr)
Dconfigure10767 test "$cf_cv_lib_inet_addr" != no && break
10772 echo "$ac_t""$cf_cv_lib_inet_addr" 1>&6
10773 if test "$cf_cv_lib_inet_addr" != no ; then
10774 LIBS="$cf_cv_lib_inet_addr $LIBS"