projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a584ba
)
Looks like Peter forgot to commit configure with configure.in.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 3 Apr 2000 00:33:54 +0000
(
00:33
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 3 Apr 2000 00:33:54 +0000
(
00:33
+0000)
src/configure
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index c43da00ee43846bfb6fa8f3d3d821ac62bd9d83e..535f7e1e8463f17a8f7b3b28b94a976eab3f3959 100755
(executable)
--- 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 ;;
- qnx
4
*) os=qnx4 need_tas=no ;;
+ qnx*) os=qnx4 need_tas=no ;;
*) echo ""
echo "*************************************************************"
echo "configure does not currently recognize your operating system,"