X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=70351f420611514176443e634fafa53d02054c97;hb=f4fee1ae61e02e37337727b540a7d3ca4e7b7d0e;hp=b317e44475d321944818e0765a49c571456cf1b4;hpb=328aef96c192c44093e580ff7a2614137052ba36;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index b317e44..70351f4 100755 --- a/Configure +++ b/Configure @@ -17660,6 +17660,9 @@ EOM d_strtoul="$undef" ;; esac + else + echo "(I can't seem to compile the test program--assuming it doesn't)" + d_strtoul="$undef" fi ;; esac @@ -17714,6 +17717,9 @@ EOM d_strtoull="$undef" ;; esac + else + echo "(I can't seem to compile the test program--assuming it doesn't)" + d_strtoull="$undef" fi ;; esac @@ -17766,6 +17772,9 @@ EOM d_strtouq="$undef" ;; esac + else + echo "(I can't seem to compile the test program--assuming it doesn't)" + d_strtouq="$undef" fi ;; esac