Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita19b1dc

Browse files
committed
Cleanup of configure.in
1 parent01b16f8 commita19b1dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/configure.in

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp