mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Make sure we have an irix port
Pointed out by: Dave Morrison (mirrison@mail.phy.ornl.gov)
This commit is contained in:
331
src/configure
vendored
331
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -14,6 +14,7 @@ case "$host_os" in
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
ultrix*) PORTNAME='ultrix4';;
|
||||
irix*) PORTNAME='irix5';;
|
||||
*) echo ""
|
||||
echo "*************************************************************"
|
||||
echo "configure does not currently recognize your operating system,"
|
||||
|
Reference in New Issue
Block a user