diff --git a/configure b/configure index 7b4cfc5f5e..7c68ec2c5e 100755 --- a/configure +++ b/configure @@ -2512,8 +2512,6 @@ HOSTCC_E='-E -o $@' HOSTCC_O='-o $@' HOSTLD_O='-o $@' -host_cflags='-O3' -host_cppflags='-D_ISOC99_SOURCE' host_libs='-lm' host_cflags_filter=echo host_ldflags_filter=echo @@ -3596,8 +3594,10 @@ check_cc -D_LARGEFILE_SOURCE < EOF +add_host_cppflags -D_ISOC99_SOURCE check_host_cflags -std=c99 check_host_cflags -Wall +check_host_cflags -O3 check_64bit(){ arch32=$1