diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-02-08 03:29:31 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-02-08 03:29:31 +0000 |
commit | f3ceb0a14499d5a60931ee4b953bc55bf0d1727c (patch) | |
tree | 41379d1804c4ba8570a5924a7393bc5369251c97 | |
parent | 37e7e77c3354bcf84efdad242437db34cb12ba53 (diff) | |
download | postgresql-f3ceb0a14499d5a60931ee4b953bc55bf0d1727c.tar.gz postgresql-f3ceb0a14499d5a60931ee4b953bc55bf0d1727c.zip |
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
-rwxr-xr-x | src/configure | 2 | ||||
-rw-r--r-- | src/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index 825dad34d92..7dd3d644b51 100755 --- a/src/configure +++ b/src/configure @@ -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," diff --git a/src/configure.in b/src/configure.in index 0ebfdba4841..4d14bac4428 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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," |