mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@@ -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,"
|
||||
|
Reference in New Issue
Block a user