ObjFW  Diff

Differences From Artifact [1748dfb2e4]:

To Artifact [2447ee54a4]:


2081
2082
2083
2084
2085
2086
2087









	printf "  ** spinlocks are available. Expect *very* poor performance, "
	echo "as a mutex will"
	printf "  ** be locked for every retain and release! If you don't "
	echo "need threads, try"
	echo "  ** --disable-threads to work around this problem."
	echo
])
















>
>
>
>
>
>
>
>
>
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
	printf "  ** spinlocks are available. Expect *very* poor performance, "
	echo "as a mutex will"
	printf "  ** be locked for every retain and release! If you don't "
	echo "need threads, try"
	echo "  ** --disable-threads to work around this problem."
	echo
])

AS_IF([test x"$enable_sockets" != x"no" -a x"$tls_support" = x"no"], [
       echo
       printf "  ** Warning: You have enabled sockets, but no TLS "
       echo "implementation was found."
       printf "  ** TLS support will be disabled. Please install "
       echo "GnuTLS for TLS support."
       echo
])