1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add configure check for -lunix, for QNX.

Recode test for equality of source and build directory using 'test -ef',
because even using pwd you might not get equal strings.  Thanks, QNX.
This commit is contained in:
Peter Eisentraut
2001-03-03 15:53:41 +00:00
parent 7a2fdd9632
commit 23e41fb7fb
5 changed files with 484 additions and 422 deletions

View File

@@ -4,7 +4,6 @@ AROPT = cr
LD= $(AR)
LDREL= $(AROPT)
LDOUT=
LIBS= -lunix
LDFLAGS=
enable_shared = no