diff options
author | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
commit | 7585deb0878bca96eee9a3e00fb5726c7725831c (patch) | |
tree | abbc9add268b6fbc32af0871f8d14f804681747b /src/configure.in | |
parent | 9805abb0fb1d2d57834a233d1a34279757d3f068 (diff) |
I have done the QNX4 port with the current source tree. The number of
backend/Makefiles to be patched could significantly be reduced since
they
have been adopted to the QNX4 needs.
Andreas Kardos
Diffstat (limited to 'src/configure.in')
-rw-r--r-- | src/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in index 8826a8ec2f5..3e97ab4331a 100644 --- a/src/configure.in +++ b/src/configure.in @@ -46,6 +46,7 @@ nextstep*) os=nextstep need_tas=no ;; esac ;; sysv4*) os=svr4 need_tas=no ;; unixware*) os=unixware need_tas=no ;; + qnx4*) os=qnx4 need_tas=no ;; *) echo "" echo "*************************************************************" echo "configure does not currently recognize your operating system," |