From: Jarkko Hietaniemi Date: Sat, 17 Oct 1998 11:19:06 +0000 (+0000) Subject: Removed an extra ' from the int64_t test. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94be4d36b6a9723699dc23390a82363603e14049;p=p5sagit%2Fp5-mst-13.2.git Removed an extra ' from the int64_t test. p4raw-id: //depot/cfgperl@2004 --- diff --git a/Configure b/Configure index 450c8a6..4023bd3 100755 --- a/Configure +++ b/Configure @@ -7838,7 +7838,7 @@ case "$use64bits" in #ifdef I_INTTYPES #include #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"