From a19b1dc705297706c0771a1d1977d66d96dbfae1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 10 Sep 1998 03:42:19 +0000 Subject: [PATCH] Cleanup of configure.in --- src/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/configure.in b/src/configure.in index e51c64d109..e06ed5a91a 100644 --- a/src/configure.in +++ b/src/configure.in @@ -573,7 +573,7 @@ main() { AC_MSG_RESULT(no), AC_MSG_RESULT(assuming not on target machine)) -AC_MSG_CHECKING(whether 'long long int' is 64 bits) +AC_MSG_CHECKING(whether 'long long int' is 64 bits using %Ld) AC_TRY_RUN([#include typedef long long int int64; #define INT64_FORMAT "%Ld" @@ -610,6 +610,7 @@ main() { AC_MSG_RESULT(no), AC_MSG_RESULT(assuming not on target machine)) +AC_MSG_CHECKING(whether 'long long int' is 64 bits using %qd) AC_TRY_RUN([#include typedef long long int int64; #define INT64_FORMAT "%qd" -- 2.40.0