From: Howard Chu Date: Sat, 20 Nov 2004 14:18:44 +0000 (+0000) Subject: Silence warning about cross-compile default X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~258 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3d40a6e6e45d344530d461eed9f8206afcfd152;p=openldap Silence warning about cross-compile default --- diff --git a/build/openldap.m4 b/build/openldap.m4 index e3225d49ae..e22dd29d62 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -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