projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0c550
)
LONG_LONG_64 fix.
author
Bruce Momjian
Mon, 24 Aug 1998 15:38:13 +0000
(15:38 +0000)
committer
Bruce Momjian
Mon, 24 Aug 1998 15:38:13 +0000
(15:38 +0000)
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure.in
b/src/configure.in
index a4673afacb1e20452e494c6c90e77d35d2665d9a..b81d129ef331fa916615f2f38fe210819b7f8cc4 100644
(file)
--- 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))