fix typo
Gurusamy Sarathy [Wed, 2 Feb 2000 10:14:30 +0000 (10:14 +0000)]
p4raw-id: //depot/perl@4963

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>