aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-02-08 03:29:31 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-02-08 03:29:31 +0000
commitf3ceb0a14499d5a60931ee4b953bc55bf0d1727c (patch)
tree41379d1804c4ba8570a5924a7393bc5369251c97 /src
parent37e7e77c3354bcf84efdad242437db34cb12ba53 (diff)
downloadpostgresql-f3ceb0a14499d5a60931ee4b953bc55bf0d1727c.tar.gz
postgresql-f3ceb0a14499d5a60931ee4b953bc55bf0d1727c.zip
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure2
-rw-r--r--src/configure.in2
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,"