Commit 86117a63 authored by Bruce Momjian's avatar Bruce Momjian

LONG_LONG_64 fix.

parent 4d0c5506
...@@ -596,7 +596,7 @@ int does_int64_work() ...@@ -596,7 +596,7 @@ int does_int64_work()
main() { main() {
exit(! does_int64_work()); 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(no),
AC_MSG_RESULT(assuming not on target machine)) AC_MSG_RESULT(assuming not on target machine))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment