mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
working vsnprintf (at least on MSVC++ 2008)
This commit is contained in:
parent
84a7b24ab8
commit
606393aa80
2 changed files with 46 additions and 48 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61.
|
# Generated by GNU Autoconf 2.61.
|
||||||
#
|
#
|
||||||
|
|
@ -16904,7 +16904,6 @@ fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# strerror checks
|
|
||||||
{ echo "$as_me:$LINENO: checking declaration of sys_errlist" >&5
|
{ echo "$as_me:$LINENO: checking declaration of sys_errlist" >&5
|
||||||
echo $ECHO_N "checking declaration of sys_errlist... $ECHO_C" >&6; }
|
echo $ECHO_N "checking declaration of sys_errlist... $ECHO_C" >&6; }
|
||||||
if test "${ol_cv_dcl_sys_errlist+set}" = set; then
|
if test "${ol_cv_dcl_sys_errlist+set}" = set; then
|
||||||
|
|
|
||||||
|
|
@ -981,7 +981,6 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
# strerror checks
|
|
||||||
OL_STRERROR
|
OL_STRERROR
|
||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue