mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
temp workaround (until new STRERROR_R is in place)
This commit is contained in:
parent
7f0c73bf49
commit
c63947c492
2 changed files with 733 additions and 656 deletions
|
|
@ -1036,7 +1036,8 @@ fi
|
||||||
])dnl
|
])dnl
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([OL_STRERROR],
|
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
|
ol_cv_func_strerror_r=no
|
||||||
if test "${ac_cv_func_strerror_r}" = yes ; then
|
if test "${ac_cv_func_strerror_r}" = yes ; then
|
||||||
OL_NONPOSIX_STRERROR_R
|
OL_NONPOSIX_STRERROR_R
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue