diff options
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 10f4e27f185..ef5d175da8f 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 ;; |