]> granicus.if.org Git - graphviz/commitdiff
remove no longer needed 'FPERR' work around
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 12 Oct 2022 04:29:06 +0000 (21:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Oct 2022 00:01:33 +0000 (17:01 -0700)
As of the previous commit, `-ffast-math` is no longer enabled, so this is not
needed any more.

Gitlab: #1412, #2296

configure.ac

index 33febee1a55b3d4fdaeb54186e51174ca0c7d145..7d9c4d59bb20eb53d0e980aee838500c526b4f28 100644 (file)
@@ -405,11 +405,6 @@ else
            ;;
     esac
 fi
-# -ffast-math is incompatible with FP error trapping
-#     ref: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175793
-if `echo ${CFLAGS} | $EGREP ffast-math >/dev/null`; then
-    AC_DEFINE_UNQUOTED(NO_FPERR,1,[Define if no fpu error exception handling is required.])
-fi
 
 AM_CONDITIONAL(RC_IS_RC, [test "x$RC" = "xrc"])
 AM_CONDITIONAL(RC_IS_WINDRES, [test "x$RC" = "xwindres"])