mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#8383 - Regenerate configure
This commit is contained in:
parent
27545be45f
commit
4ac88b219d
1 changed files with 4 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Id: 0bbce5af379c511773e159a09a441aacf8a15fe7 .
|
||||
# From configure.in Id: 838f3616d2258153675d46d22d284c2132c897a8 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69.
|
||||
#
|
||||
|
|
@ -21440,6 +21440,9 @@ ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "$ac_includes_de
|
|||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_WINSOCK2
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
"
|
||||
if test "x$ac_cv_type_socklen_t" = xyes; then :
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue