mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#8383 - regenerate configure
This commit is contained in:
parent
f5143f99ee
commit
c90b667fd1
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: f2c3ad25242d5550c0e5ab985b6cbfefbbce2965 .
|
||||
# From configure.in Id: 37293e618797a957ebe6b5f7b9479e9165e1362b .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65.
|
||||
#
|
||||
|
|
@ -22539,6 +22539,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" = x""yes; then :
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue