mirror of https://github.com/postgres/postgres
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
This commit is contained in:
parent
37e7e77c33
commit
f3ceb0a144
|
@ -576,7 +576,7 @@ case "$host_os" in
|
|||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
ultrix*) PORTNAME='ultrix';;
|
||||
ultrix*) PORTNAME='ultrix4';;
|
||||
*) echo ""
|
||||
echo "*************************************************************"
|
||||
echo "configure does not currently recognize your operating system,"
|
||||
|
|
|
@ -13,7 +13,7 @@ case "$host_os" in
|
|||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
ultrix*) PORTNAME='ultrix';;
|
||||
ultrix*) PORTNAME='ultrix4';;
|
||||
*) echo ""
|
||||
echo "*************************************************************"
|
||||
echo "configure does not currently recognize your operating system,"
|
||||
|
|
Loading…
Reference in New Issue