diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-30 14:40:15 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-30 15:54:47 +0200 |
commit | 6838ebb1a87b67a764fe592fb1d328b28eff932b (patch) | |
tree | 2def605b49a5888a5629fce12bcfb3a29fa7318d | |
parent | 41d9423988cf40c5ecfee07977edb110b74c82de (diff) | |
download | php-git-6838ebb1a87b67a764fe592fb1d328b28eff932b.tar.gz |
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.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 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 <sys/select.h> #endif -#ifdef HAVE_IEEEFP_H -# include <ieeefp.h> -#endif - #include <string.h> #endif /* PHP_CONFIG_H */ |