1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Make the message after "checking for socklen_t" always be a type.

This commit is contained in:
hniksic 2003-11-04 05:55:27 -08:00
parent 0e62563e27
commit cac2915ec0

2
aclocal.m4 vendored
View File

@ -28,7 +28,7 @@ AC_DEFUN([WGET_SOCKLEN_T], [
#include <sys/socket.h>
socklen_t x;
],
[], [AC_MSG_RESULT(yes)], [
[], [AC_MSG_RESULT(socklen_t)], [
AC_TRY_COMPILE([
#include <sys/types.h>
#include <sys/socket.h>