]> git.sur5r.net Git - openldap/blobdiff - build/openldap.m4
ITS#3495 make sure lutil_passwd_init gets called
[openldap] / build / openldap.m4
index e3225d49ae710bf28636057deef13f2ff7a6b23f..1cf676e44214131fa40205ea96b8a31ab45dac1e 100644 (file)
@@ -2,7 +2,7 @@ dnl OpenLDAP Autoconf Macros
 dnl $OpenLDAP$
 dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
 dnl
-dnl Copyright 1998-2004 The OpenLDAP Foundation.
+dnl Copyright 1998-2005 The OpenLDAP Foundation.
 dnl All rights reserved.
 dnl
 dnl Redistribution and use in source and binary forms, with or without
@@ -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