Skip to content

Commit 6838ebb

Browse files
committed
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.
1 parent 41d9423 commit 6838ebb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ AH_BOTTOM([
5353
#include <sys/select.h>
5454
#endif
5555
56-
#ifdef HAVE_IEEEFP_H
57-
# include <ieeefp.h>
58-
#endif
59-
6056
#include <string.h>
6157
6258
#endif /* PHP_CONFIG_H */

0 commit comments

Comments
 (0)