mirror of https://github.com/postgres/postgres
Add ultrix to configure
This commit is contained in:
parent
cfd9f6e7a9
commit
4c0faba0fe
File diff suppressed because it is too large
Load Diff
|
@ -13,6 +13,7 @@ case "$host_os" in
|
|||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
ultrix*) PORTNAME='ultrix';;
|
||||
*) echo ""
|
||||
echo "*************************************************************"
|
||||
echo "configure does not currently recognize your operating system,"
|
||||
|
|
Loading…
Reference in New Issue