mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Cleanup of configure.in
This commit is contained in:
parent
01b16f88e6
commit
a19b1dc705
1 changed files with 2 additions and 1 deletions
|
|
@ -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 <stdio.h>
|
||||
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 <stdio.h>
|
||||
typedef long long int int64;
|
||||
#define INT64_FORMAT "%qd"
|
||||
|
|
|
|||
Loading…
Reference in a new issue