Changeset 4be21f8e99fb918f5a8e4445dd3753a53eba9a72
- Timestamp:
- 04/25/08 19:14:25
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1209150865 +0000
- git-parent:
[a50432366e0c6614924558d1aa82eaa82b967a0b]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1209150865 +0000
- Message:
fix it backup on BSDs, refs #12
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra504323 |
r4be21f8 |
|
| 123 | 123 | ) |
|---|
| 124 | 124 | |
|---|
| 125 | | SERVERINC=`pg_config --includedir-server` |
|---|
| 126 | | CFLAGS="-I$SERVERINC" |
|---|
| | 125 | AC_MSG_CHECKING([libpq includes]) |
|---|
| | 126 | PQICFLAGS=`pg_config --includedir-server` |
|---|
| | 127 | if test -n "$PQICFLAGS" ; then |
|---|
| | 128 | CFLAGS="$CFLAGS -I$PQICFLAGS" |
|---|
| | 129 | fi |
|---|
| | 130 | AC_MSG_RESULT([$PQICFLAGS]) |
|---|
| | 131 | |
|---|
| 127 | 132 | AC_TRY_LINK([ |
|---|
| 128 | 133 | #include <libpq-fe.h> |
|---|
| ra504323 |
r4be21f8 |
|
| 44 | 44 | #include <arpa/telnet.h> |
|---|
| 45 | 45 | #include <sys/ioctl.h> |
|---|
| 46 | | #ifdef HAVE_IOCTL_COMPAT_H |
|---|
| | 46 | #ifdef HAVE_SYS_IOCTL_COMPAT_H |
|---|
| 47 | 47 | #include <sys/ioctl_compat.h> |
|---|
| 48 | 48 | #endif |
|---|