mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Silence warning about cross-compile default
This commit is contained in:
parent
f93d4a31e8
commit
c3d40a6e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ AC_DEFUN([OL_NONPOSIX_STRERROR_R],
|
|||
strerror_r( 1, buf, sizeof buf );
|
||||
exit( buf[0] == 0 );
|
||||
}
|
||||
], ol_cv_nonposix_strerror_r=yes, ol_cv_nonposix_strerror=no)
|
||||
], ol_cv_nonposix_strerror_r=yes, ol_cv_nonposix_strerror=no, ol_cv_nonposix_strerror=no)
|
||||
fi
|
||||
])
|
||||
if test $ol_cv_nonposix_strerror_r = yes ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue