diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 01:11:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-24 01:11:17 +0000 |
commit | db03d9e86818e11b1e659d6bc5999d5946f6fe4e (patch) | |
tree | 28e1a098b5b2ef7eb91aa708400b47e68aead4ef /Configure | |
parent | ce65dbcf92a7926770b3d8f32b5f3a6e211a7069 (diff) | |
download | perl-db03d9e86818e11b1e659d6bc5999d5946f6fe4e.tar.gz |
miscut'n'paste in #5230.
p4raw-id: //depot/cfgperl@5231
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Feb 24 02:58:10 EET 2000 [metaconfig 3.0 PL70] +# Generated on Thu Feb 24 03:09:49 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -9309,7 +9309,6 @@ $cat >try.c <<EOCP #endif int main() { int64_t x = 7; } EOCP - echo " " >&4 set try if eval $compile; then val="$define" @@ -9317,6 +9316,7 @@ if eval $compile; then echo "You have int64_t." else val="$undef" + echo " " >&4 echo "You do not have int64_t." fi $rm -f try try.* |