diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-03 00:33:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-03 00:33:54 +0000 |
commit | c4ef93dbc62d9c3de8161821a1df0cac8d8787ef (patch) | |
tree | 7d9c09bd371dcae412086e05d6411db5fa2adc37 /src | |
parent | 5a584ba5af577202da7e375ef0241252987c5074 (diff) | |
download | postgresql-c4ef93dbc62d9c3de8161821a1df0cac8d8787ef.tar.gz postgresql-c4ef93dbc62d9c3de8161821a1df0cac8d8787ef.zip |
Looks like Peter forgot to commit configure with configure.in.
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index c43da00ee43..535f7e1e846 100755 --- a/src/configure +++ b/src/configure @@ -650,7 +650,7 @@ nextstep*) os=nextstep need_tas=no ;; sysv4*) os=svr4 need_tas=no ;; sysv5uw*) os=unixware need_tas=no ;; unixware*) os=unixware need_tas=no ;; - qnx4*) os=qnx4 need_tas=no ;; + qnx*) os=qnx4 need_tas=no ;; *) echo "" echo "*************************************************************" echo "configure does not currently recognize your operating system," |