From: Bruce Momjian Date: Thu, 10 Sep 1998 03:42:19 +0000 (+0000) Subject: Cleanup of configure.in X-Git-Tag: REL6_4_2~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a19b1dc705297706c0771a1d1977d66d96dbfae1;p=postgresql Cleanup of configure.in --- 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"