summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-05-19 21:37:43 +0000
committerBruce Momjian <bruce@momjian.us>2004-05-19 21:37:43 +0000
commit14531e0c44c1a06c209ddccdffbb56c1562bf129 (patch)
treedc9bf6f992e585a73dfb745419ff9dfe1189afac /configure.in
parentbef228d1eec9522eae136fe4fe90c8aad4e349fd (diff)
downloadpostgresql-14531e0c44c1a06c209ddccdffbb56c1562bf129.tar.gz
Rename irix5 port to irix.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 10f4e27f18..ef5d175da8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.352 2004/05/19 21:37:42 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -56,7 +56,7 @@ case $host_os in
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;
- irix*) template=irix5 ;;
+ irix*) template=irix ;;
linux*) template=linux ;;
mingw*) template=win32 ;;
netbsd*) template=netbsd ;;