mirror of
https://github.com/mirror/wget.git
synced 2025-01-04 01:10:28 +08:00
[svn] Make the message after "checking for socklen_t" always be a type.
This commit is contained in:
parent
0e62563e27
commit
cac2915ec0
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user