@@ -3710,8 +3710,8 @@ rm -fr conftest*
37103710fi
37113711
37123712
3713- echo $ac_n " checking whether 'long long int' is 64 bits using %Ld " " ...$ac_c " 1>&6
3714- echo " configure:3715: checking whether 'long long int' is 64 bits using %Ld " >&5
3713+ echo $ac_n " checking whether 'long long int' is 64 bits using %lld " " ...$ac_c " 1>&6
3714+ echo " configure:3715: checking whether 'long long int' is 64 bits using %lld " >&5
37153715if test " $cross_compiling " = yes; then
37163716echo " $ac_t " " assuming not on target machine" 1>&6
37173717else
@@ -3720,7 +3720,7 @@ else
37203720#include "confdefs.h"
37213721#include <stdio.h>
37223722typedef long long int int64;
3723- #define INT64_FORMAT "%Ld "
3723+ #define INT64_FORMAT "%lld "
37243724
37253725int64 a = 20000001;
37263726int64 b = 40000005;
@@ -3754,7 +3754,7 @@ EOF
37543754if { (evalecho configure:3755:\" $ac_link \" )1>&5 ; (eval$ac_link )2>&5 ; }&& test -s conftest&& (./conftest; exit)2> /dev/null
37553755then
37563756 cat>> confdefs.h<< \EOF
3757- #defineHAVE_LONG_LONG_INT_64_Ld 1
3757+ #defineHAVE_LONG_LONG_INT_64_lld 1
37583758EOF
37593759echo " $ac_t " " yes" 1>&6
37603760else