mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
LONG_LONG_64 fix.
This commit is contained in:
parent
4d0c5506bc
commit
86117a636d
@ -596,7 +596,7 @@ int does_int64_work()
|
||||
main() {
|
||||
exit(! does_int64_work());
|
||||
}],
|
||||
[AC_DEFINE(HAVE_LONG_LONG_INT_64) AC_MSG_RESULT(yes)],
|
||||
[AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_LONG_INT_64)],
|
||||
AC_MSG_RESULT(no),
|
||||
AC_MSG_RESULT(assuming not on target machine))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user