aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index f9da1dec2e1..c20afde8db1 100755
--- a/configure
+++ b/configure
@@ -2192,7 +2192,6 @@ case $host_os in
dragonfly*) template=netbsd ;;
freebsd*) template=freebsd ;;
hpux*) template=hpux ;;
- irix*) template=irix ;;
linux*|gnu*|k*bsd*-gnu)
template=linux ;;
mingw*) template=win32 ;;
@@ -3073,7 +3072,6 @@ fi
case $template in
aix) pgac_cc_list="gcc xlc";;
- irix) pgac_cc_list="cc";; # no gcc
*) pgac_cc_list="gcc cc";;
esac