Removed an extra ' from the int64_t test.
Jarkko Hietaniemi [Sat, 17 Oct 1998 11:19:06 +0000 (11:19 +0000)]
p4raw-id: //depot/cfgperl@2004

Configure

index 450c8a6..4023bd3 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -7838,7 +7838,7 @@ case "$use64bits" in
 #ifdef I_INTTYPES
 #include <inttypes.h>
 #endif
-int64_t foo() { int64_t x; x = 7; return x; }'
+int64_t foo() { int64_t x; x = 7; return x; }
 EOCP
        if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then
                val="$define"