diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 10:14:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 10:14:30 +0000 |
commit | 8afc5b8d5bb7e26117e5c0be6d1b81f74ad72600 (patch) | |
tree | 510c6222b057ec37204a6a4f02df8110cc3b9499 /Configure | |
parent | 6a0dd2cacfdb027e8f812533c89aa031ce506a85 (diff) | |
download | perl-8afc5b8d5bb7e26117e5c0be6d1b81f74ad72600.tar.gz |
fix typo
p4raw-id: //depot/perl@4963
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12406,7 +12406,7 @@ EOCP fi fi -if $test X"$sPRId64" = X -a X"$i_inttypes.h" = X"$define" -a X"$quadtype" = Xint64_t; then +if $test X"$sPRId64" = X -a X"$i_inttypes" = X"$define" -a X"$quadtype" = Xint64_t; then $cat >try.c <<'EOCP' #include <sys/types.h> #include <inttypes.h> |