diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-05-19 21:37:43 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-05-19 21:37:43 +0000 |
| commit | 14531e0c44c1a06c209ddccdffbb56c1562bf129 (patch) | |
| tree | dc9bf6f992e585a73dfb745419ff9dfe1189afac /configure.in | |
| parent | bef228d1eec9522eae136fe4fe90c8aad4e349fd (diff) | |
| download | postgresql-14531e0c44c1a06c209ddccdffbb56c1562bf129.tar.gz | |
Rename irix5 port to irix.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
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 ;; |
