working vsnprintf (at least on MSVC++ 2008)

This commit is contained in:
Kurt Zeilenga 2009-01-17 04:32:15 +00:00
parent 84a7b24ab8
commit 606393aa80
2 changed files with 46 additions and 48 deletions

3
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.688 2009/01/17 01:08:10 kurt Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.689 2009/01/17 01:09:14 kurt Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@ -16904,7 +16904,6 @@ fi
fi
# strerror checks
{ echo "$as_me:$LINENO: checking declaration of sys_errlist" >&5
echo $ECHO_N "checking declaration of sys_errlist... $ECHO_C" >&6; }
if test "${ol_cv_dcl_sys_errlist+set}" = set; then

View file

@ -981,7 +981,6 @@ then
fi
dnl ----------------------------------------------------------------
# strerror checks
OL_STRERROR
dnl ----------------------------------------------------------------