temp workaround (until new STRERROR_R is in place)

This commit is contained in:
Kurt Zeilenga 2004-04-24 21:41:22 +00:00
parent 7f0c73bf49
commit c63947c492
2 changed files with 733 additions and 656 deletions

View File

@ -1036,7 +1036,8 @@ fi
])dnl
dnl
AC_DEFUN([OL_STRERROR],
[AC_CHECK_FUNCS(strerror strerror_r)
[OL_SYS_ERRLIST dnl TEMPORARY
AC_CHECK_FUNCS(strerror strerror_r)
ol_cv_func_strerror_r=no
if test "${ac_cv_func_strerror_r}" = yes ; then
OL_NONPOSIX_STRERROR_R

1386
configure vendored

File diff suppressed because it is too large Load Diff