Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a19b1dc

Browse files
committed
Cleanup of configure.in
1 parent 01b16f8 commit a19b1dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/configure.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ main() {
573573
AC_MSG_RESULT(no),
574574
AC_MSG_RESULT(assuming not on target machine))
575575

576-
AC_MSG_CHECKING(whether 'long long int' is 64 bits)
576+
AC_MSG_CHECKING(whether 'long long int' is 64 bits using %Ld)
577577
AC_TRY_RUN([#include <stdio.h>
578578
typedef long long int int64;
579579
#define INT64_FORMAT "%Ld"
@@ -610,6 +610,7 @@ main() {
610610
AC_MSG_RESULT(no),
611611
AC_MSG_RESULT(assuming not on target machine))
612612

613+
AC_MSG_CHECKING(whether 'long long int' is 64 bits using %qd)
613614
AC_TRY_RUN([#include <stdio.h>
614615
typedef long long int int64;
615616
#define INT64_FORMAT "%qd"

0 commit comments

Comments
 (0)