mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
temp workaround (until new STRERROR_R is in place)
This commit is contained in:
parent
7f0c73bf49
commit
c63947c492
@ -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 New Issue
Block a user