This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0dd2c
)
fix typo
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 2 Feb 2000 10:14:30 +0000
(10:14 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 2 Feb 2000 10:14:30 +0000
(10:14 +0000)
p4raw-id: //depot/perl@4963
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
7436839
..
6a26b33
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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>