config/debug: Debug probe for getattr_np

This commit adds a probe for a non-portable function to be used in
diagnostic debug display of a thread's stack size.
pull/7056/head
Jeff Lucovsky 4 years ago committed by Victor Julien
parent 117e11b0ae
commit deb49862cd

@ -739,6 +739,11 @@
AC_CHECK_FUNCS([pthread_spin_unlock])
AS_IF([test "x$enable_debug" = "xyes"], [
# Debug only function used for diagnostic display
AC_CHECK_FUNCS([pthread_getattr_np])
])
# libjansson
AC_ARG_WITH(libjansson_includes,
[ --with-libjansson-includes=DIR libjansson include directory],

Loading…
Cancel
Save