LONG_LONG_64 fix.

This commit is contained in:
Bruce Momjian 1998-08-24 15:38:13 +00:00
parent 4d0c5506bc
commit 86117a636d
1 changed files with 1 additions and 1 deletions

View File

@ -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))