We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b16f8 commit a19b1dcCopy full SHA for a19b1dc
src/configure.in
@@ -573,7 +573,7 @@ main() {
573
AC_MSG_RESULT(no),
574
AC_MSG_RESULT(assuming not on target machine))
575
576
-AC_MSG_CHECKING(whether 'long long int' is 64 bits)
+AC_MSG_CHECKING(whether 'long long int' is 64 bits using %Ld)
577
AC_TRY_RUN([#include <stdio.h>
578
typedef long long int int64;
579
#define INT64_FORMAT "%Ld"
@@ -610,6 +610,7 @@ main() {
610
611
612
613
+AC_MSG_CHECKING(whether 'long long int' is 64 bits using %qd)
614
615
616
#define INT64_FORMAT "%qd"
0 commit comments