From cac2915ec0243dc24277704676ae2feb29c4c2e5 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 4 Nov 2003 05:55:27 -0800 Subject: [PATCH] [svn] Make the message after "checking for socklen_t" always be a type. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index a4535c24..a3b04dd6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -28,7 +28,7 @@ AC_DEFUN([WGET_SOCKLEN_T], [ #include socklen_t x; ], - [], [AC_MSG_RESULT(yes)], [ + [], [AC_MSG_RESULT(socklen_t)], [ AC_TRY_COMPILE([ #include #include