This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The #5228 wasn't quite right + fix typos.
[metaconfig.git] / U / perl / d_socklen_t.U
index 1478f2e..e480a3a 100644 (file)
@@ -34,10 +34,12 @@ EOCP
 set try
 if eval $compile; then
        val="$define"
-       echo " Yes, it does."
+       echo " " >&4
+       echo "You have socklen_t."
 else
        val="$undef"
-       echo " No, it doesn't."
+       echo " " >&4
+       echo "You do not have socklen_t."
 fi
 $rm -f try try.*
 set d_socklen_t