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