X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fopenldap.m4;h=1cf676e44214131fa40205ea96b8a31ab45dac1e;hb=3ae4b383d5acac6977ba834ddf9ba77b1d805024;hp=e3225d49ae710bf28636057deef13f2ff7a6b23f;hpb=6ec7770a799d9bc233bbe33170917d5438abab71;p=openldap diff --git a/build/openldap.m4 b/build/openldap.m4 index e3225d49ae..1cf676e442 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -2,7 +2,7 @@ dnl OpenLDAP Autoconf Macros dnl $OpenLDAP$ dnl This work is part of OpenLDAP Software . 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