From 6838ebb1a87b67a764fe592fb1d328b28eff932b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 30 Jun 2020 14:40:15 +0200 Subject: [PATCH] Remove unnecessary ieeefp.h include This was needed when php_config.h also declare compatibility shims for isinf() and friends. These are no longer present in master, so drop this include. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2516677328..d9e6329314 100644 --- a/configure.ac +++ b/configure.ac @@ -53,10 +53,6 @@ AH_BOTTOM([ #include #endif -#ifdef HAVE_IEEEFP_H -# include -#endif - #include #endif /* PHP_CONFIG_H */ -- 2.50.1