Commit 0517c320 authored by Tom Lane's avatar Tom Lane

Unixware fix for new config.guess output,

from Bill.Allie@mug.org.
parent 0a5a0b8d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -41,6 +41,7 @@ nextstep*) os=nextstep need_tas=no ;;
*) os=unknown need_tas=no ;;
esac ;;
sysv4*) os=svr4 need_tas=no ;;
sysv5uw*) os=unixware need_tas=no ;;
unixware*) os=unixware need_tas=no ;;
qnx4*) os=qnx4 need_tas=no ;;
*) echo ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment