Home
last modified time | relevance | path

Searched refs:ac_mydns_need_libm (Results 1 – 3 of 3) sorted by relevance

/dports/dns/mydns/mydns-1.1.0/m4/
H A Dmydns.m4508 AC_CHECK_LIB(m, floor, ac_mydns_need_libm=yes, ac_mydns_need_libm=no)
509 test "$ac_mydns_need_libm" = yes && LIBM="-lm"
/dports/dns/mydns-ng/mydns-1.2.8.31/m4/
H A Dmydns.m4533 AC_CHECK_LIB(m, floor, ac_mydns_need_libm=yes, ac_mydns_need_libm=no)
534 test "$ac_mydns_need_libm" = yes && LIBM="-lm"
/dports/dns/mydns/mydns-1.1.0/
H A Dconfigure15102 ac_mydns_need_libm=yes
15104 ac_mydns_need_libm=no
15107 test "$ac_mydns_need_libm" = yes && LIBM="-lm"