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 / modified / d_longlong.U
index 98b8121..2ef603c 100644 (file)
@@ -41,10 +41,12 @@ echo 'int main() { long long x = 7; return 0; }' > try.c
 set try
 if eval $compile; then
        val="$define"
-       echo " Yes, it does."
+       echo " " >&4
+       echo "You have have long long."
 else
        val="$undef"
-       echo " No, it doesn't."
+       echo " " >&4
+       echo "You do not have long long."
 fi
 $rm try.*
 set d_longlong