Searched refs:cf_cv_lib_inet_addr (Results 1 – 2 of 2) sorted by relevance
3265 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 && break3281 if test "$cf_cv_lib_inet_addr" != no ; then3282 CF_ADD_LIBS($cf_cv_lib_inet_addr)
10767 test "$cf_cv_lib_inet_addr" != no && break10772 echo "$ac_t""$cf_cv_lib_inet_addr" 1>&610773 if test "$cf_cv_lib_inet_addr" != no ; then10774 LIBS="$cf_cv_lib_inet_addr $LIBS"