]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-compiler.m4
Merge changes from CUPS 1.7svn-r10643
[thirdparty/cups.git] / config-scripts / cups-compiler.m4
index 4286895cc85c7336b830d65019ac0ce550964b53..4452d7a0d1dceb808f39d4f16b8f4e9b56e33a5c 100644 (file)
@@ -202,19 +202,6 @@ else
                                OPTIM="+z $OPTIM"
                        fi
                        ;;
-               IRIX)
-                       if test -z "$OPTIM"; then
-                               if test "x$with_optim" = x; then
-                                       OPTIM="-O2"
-                               else
-                                       OPTIM="$with_optim $OPTIM"
-                               fi
-                       fi
-
-                       if test "x$with_optim" = x; then
-                               OPTIM="-fullwarn -woff 1183,1209,1349,1506,3201 $OPTIM"
-                       fi
-                       ;;
                OSF*)
                        # Tru64 UNIX aka Digital UNIX aka OSF/1
                        if test -z "$OPTIM"; then