aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f60585b..c4fee2e 100755
--- a/configure
+++ b/configure
@@ -491,7 +491,7 @@ EOF
491int main(void) { 491int main(void) {
492 if (sizeof(void *) <= sizeof(int)) puts("int"); 492 if (sizeof(void *) <= sizeof(int)) puts("int");
493 else if (sizeof(void *) <= sizeof(long)) puts("long"); 493 else if (sizeof(void *) <= sizeof(long)) puts("long");
494 else puts("long long"); 494 else puts("z_longlong");
495 return 0; 495 return 0;
496} 496}
497EOF 497EOF