aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7bfeed48ef..771a7dc13d 100755
--- a/configure
+++ b/configure
@@ -1127,9 +1127,10 @@ else
irix*)
case $cxx_version in
7.4.4*)
- # We just assume this is SGI MipsPRO
+ # We just assume this is SGI MIPSpro
_cxx_major=7
_cxx_minor=4
+ cxx_verc_fail=no
add_line_to_config_mk 'CXX_UPDATE_DEP_FLAG = -MDupdate "$(*D)/$(DEPDIR)/$(*F).d"'
add_line_to_config_mk '-include Makedepend'
;;