From 76feefc72cb09a91d4d113f16f182d076fafae9c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 11 Oct 2022 21:29:06 -0700 Subject: [PATCH] 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 --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) 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"]) -- 2.40.0