mirror of
https://github.com/mirror/wget.git
synced 2026-08-24 03:53:28 +08:00
[svn] Make the message after "checking for socklen_t" always be a type.
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user