mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix detection of socklen_t
Rebuild configure to reflect that
This commit is contained in:
parent
cbb5553b03
commit
184a966329
2 changed files with 3 additions and 3 deletions
|
|
@ -752,7 +752,7 @@ AC_DEFUN(OL_TYPE_SOCKLEN_T,
|
|||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
], [socklen_t len;],
|
||||
|
|
|
|||
4
configure
vendored
4
configure
vendored
|
|
@ -2627,7 +2627,7 @@ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|
|||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
|
||||
|
||||
for ac_prog in mawk gawk nawk awk
|
||||
for ac_prog in gawk mawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
|
@ -10797,7 +10797,7 @@ else
|
|||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue