summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 48840c9e27..5501ee19d9 100755
--- a/configure
+++ b/configure
@@ -1577,7 +1577,7 @@ test "$cc_fail" = yes && die "unsupported compiler version"
if test -z "$_target" && x86 ; then
cat > $TMPC << EOF
int main(void) {
- int test[sizeof(char *)-7];
+ int test[(int)sizeof(char *)-7];
return 0;
}
EOF