From: Matthew Fernandez Date: Wed, 12 Oct 2022 04:29:06 +0000 (-0700) Subject: remove no longer needed 'FPERR' work around X-Git-Tag: 7.0.0~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76feefc72cb09a91d4d113f16f182d076fafae9c;p=graphviz remove no longer needed 'FPERR' work around As of the previous commit, `-ffast-math` is no longer enabled, so this is not needed any more. Gitlab: #1412, #2296 --- diff --git a/configure.ac b/configure.ac index 33febee1a..7d9c4d59b 100644 --- a/configure.ac +++ b/configure.ac @@ -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"])