summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-02 10:14:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-02 10:14:30 +0000
commit8afc5b8d5bb7e26117e5c0be6d1b81f74ad72600 (patch)
tree510c6222b057ec37204a6a4f02df8110cc3b9499 /Configure
parent6a0dd2cacfdb027e8f812533c89aa031ce506a85 (diff)
downloadperl-8afc5b8d5bb7e26117e5c0be6d1b81f74ad72600.tar.gz
fix typo
p4raw-id: //depot/perl@4963
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 74368395ac..6a26b3330f 100755
--- 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>