forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit648f007
committed
I have found a minor problem with current configure.in.
[AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_INT_64)],this line produces something like: echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOFand would append garbage "yes cat" to confdefs.h. Of course theresult confdefs.h is not syntactically correct therefore followingtests using confdefs.h would all fail. To avoid the problem, wecould switch the order of AC_MSG_RESULT and AC_DEFINE (see attachedpatch). This happend on my LinuxPPC box.Tatsuo Ishii t-ishii@sra.co.jp1 parent0a15090 commit648f007
File tree
3 files changed
+501
-498
lines changed- src
- backend
- optimizer/plan
- parser
3 files changed
+501
-498
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
0 commit comments
Comments
(0)