Skip to content
Snippets Groups Projects
Commit c63947c4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

temp workaround (until new STRERROR_R is in place)

parent 7f0c73bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment