]> git.sur5r.net Git - openldap/commitdiff
Silence warning about cross-compile default
authorHoward Chu <hyc@openldap.org>
Sat, 20 Nov 2004 14:18:44 +0000 (14:18 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 20 Nov 2004 14:18:44 +0000 (14:18 +0000)
build/openldap.m4

index e3225d49ae710bf28636057deef13f2ff7a6b23f..e22dd29d62195d70ad8b4c96fdc6d581a7666942 100644 (file)
@@ -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