Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/
H A Dconfigure.ac334 AC_CACHE_VAL(ac_cv_c_weak_attribute,
335 [ac_cv_c_weak_attribute=no
340 ]])],[ac_cv_c_weak_attribute="yes"],[ac_cv_c_weak_attribute="no"])
343 AC_MSG_RESULT($ac_cv_c_weak_attribute)
344 if test $ac_cv_c_weak_attribute = yes; then
H A Dconfigure7082 if test ${ac_cv_c_weak_attribute+y}
7086 e) ac_cv_c_weak_attribute=no
7104 ac_cv_c_weak_attribute="yes"
7106 e) ac_cv_c_weak_attribute="no" ;;
7115 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_weak_attribute" >&5
7116 printf "%s\n" "$ac_cv_c_weak_attribute" >&6; }
7117 if test $ac_cv_c_weak_attribute = yes; then