From: Tom Lane Date: Mon, 3 Apr 2000 00:33:54 +0000 (+0000) Subject: Looks like Peter forgot to commit configure with configure.in. X-Git-Tag: REL7_0~240 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c4ef93dbc62d9c3de8161821a1df0cac8d8787ef;p=users%2Fkgrittn%2Fpostgres.git Looks like Peter forgot to commit configure with configure.in. --- diff --git a/src/configure b/src/configure index c43da00ee4..535f7e1e84 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,"