Fix detection of socklen_t

Rebuild configure to reflect that
This commit is contained in:
Julio Sánchez Fernández 1999-07-14 11:13:32 +00:00
parent cbb5553b03
commit 184a966329
2 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -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