2006-02-17 Chris Toshok <toshok@ximian.com>
[mono.git] / configure.in
index 6351365c75edb4babea7a22ced4bca707f2f3bed..ec4518f59db806a2c52e8c1eb23fdff56ec6a146 100644 (file)
@@ -907,6 +907,7 @@ if test x$platform_win32 = xno; then
        ])
        AC_CHECK_FUNCS(pthread_attr_setstacksize)
        AC_CHECK_FUNCS(pthread_attr_getstack)
+       AC_CHECK_FUNCS(pthread_get_stacksize_np pthread_get_stackaddr_np)
 
        dnl ***********************************
        dnl *** Checks for working __thread ***