Searched refs:ac_cv_tls (Results 1 – 4 of 4) sorted by relevance
22 AC_CACHE_VAL(ac_cv_tls, [26 none) ac_cv_tls=none ; break ;;36 [ac_cv_tls=$ax_tls_keyword ; break],37 ac_cv_tls=none43 if test "$ac_cv_tls" != "none"; then45 …AC_DEFINE_UNQUOTED([TLS], $ac_cv_tls, [If the compiler supports a TLS storage class define it to t…47 AC_MSG_RESULT($ac_cv_tls)
5914 if ${ac_cv_tls+:} false; then :5921 none) ac_cv_tls=none ; break ;;5940 ac_cv_tls=$ax_tls_keyword ; break5942 ac_cv_tls=none5952 if test "$ac_cv_tls" != "none"; then5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_tls" >&55960 $as_echo "$ac_cv_tls" >&6; }
211 AC_CACHE_CHECK([for __thread support], ac_cv_tls, [dnl223 ac_cv_tls=yes, ac_cv_tls=no)226 AS_IF([test "x$ac_cv_tls" != xyes],
297 (ac_cv_tls): Add stdlib.h include.