]> sjero.net Git - wget/commitdiff
[svn] Make the message after "checking for socklen_t" always be a type.
authorhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:55:27 +0000 (05:55 -0800)
committerhniksic <devnull@localhost>
Tue, 4 Nov 2003 13:55:27 +0000 (05:55 -0800)
aclocal.m4

index a4535c245173ffbe24e5f27e341b9add308cd4d1..a3b04dd6d9617d64da10941d6325e597aa6b74e5 100644 (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>