LONG_LONG_64 fix.
authorBruce Momjian
Mon, 24 Aug 1998 15:38:13 +0000 (15:38 +0000)
committerBruce Momjian
Mon, 24 Aug 1998 15:38:13 +0000 (15:38 +0000)
src/configure.in

index a4673afacb1e20452e494c6c90e77d35d2665d9a..b81d129ef331fa916615f2f38fe210819b7f8cc4 100644 (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))