]> granicus.if.org Git - php/commitdiff
Remove unnecessary ieeefp.h include
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 12:40:15 +0000 (14:40 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 30 Jun 2020 13:54:47 +0000 (15:54 +0200)
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

index 2516677328653197ad6d059c7f5d945c02ecd505..d9e6329314a31822aeaad067cffb0884fae9dce3 100644 (file)
@@ -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 */