mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
LONG_LONG_64 fix.
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user