From: Bruce Momjian Date: Mon, 24 Aug 1998 15:38:13 +0000 (+0000) Subject: LONG_LONG_64 fix. X-Git-Tag: REL6_4_2~601 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=86117a636df450c20e730c1909d2356ca3bce18c;p=users%2Fhanada%2Fpostgres.git LONG_LONG_64 fix. --- diff --git a/src/configure.in b/src/configure.in index a4673afacb..b81d129ef3 100644 --- a/src/configure.in +++ b/src/configure.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))