[runtime] Use the AC_FUNC_STRERROR_R() autoconf macro to distinguish between the...
[mono.git] / configure.ac
index 6ef80db60cbbea8a41de276d7977aa004226f0af..ba174a27c1afea4d0f9a898c4e9fc80df8576b39 100644 (file)
@@ -1502,6 +1502,8 @@ if test x$host_win32 = xno; then
                AC_CHECK_FUNCS(getpwuid_r)
        fi
 
+       AC_FUNC_STRERROR_R()
+
        dnl ****************************************************************
        dnl *** Check for sched_setaffinity from glibc versions before   ***
        dnl *** 2.3.4. The older versions of the function only take 2    ***