1 | --- configure.orig 2008-06-04 21:29:30.000000000 -0700 |
---|
2 | +++ configure 2008-06-04 21:33:56.000000000 -0700 |
---|
3 | @@ -22845,9 +22845,9 @@ |
---|
4 | elif test -r $i/include/libpq-fe.h; then |
---|
5 | POSTGRESQL_DIR=$i |
---|
6 | POSTGRESQL_INC_DIR=$i/include |
---|
7 | - elif test -r $i/include/postgresql/libpq-fe.h; then |
---|
8 | + elif test -r $i/include/postgresql83/libpq-fe.h; then |
---|
9 | POSTGRESQL_DIR=$i |
---|
10 | - POSTGRESQL_INC_DIR=$i/include/postgresql |
---|
11 | + POSTGRESQL_INC_DIR=$i/include/postgresql83 |
---|
12 | fi |
---|
13 | done |
---|
14 | fi |
---|
15 | @@ -22893,7 +22893,7 @@ |
---|
16 | done |
---|
17 | done |
---|
18 | else |
---|
19 | - POSTGRESQL_LIB_DIR="$POSTGRESQL_DIR/lib" |
---|
20 | + POSTGRESQL_LIB_DIR="$POSTGRESQL_DIR/lib/postgresql83" |
---|
21 | fi |
---|
22 | |
---|
23 | if test -z "$POSTGRESQL_LIB_DIR"; then |
---|