summaryrefslogtreecommitdiff
path: root/Zend/Zend.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-23 15:41:43 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-26 23:10:55 +0200
commitcc4134c04eb0f092b1245c5efbdfe476165fd4b2 (patch)
tree4f61cdd0f2160c54f7281d355a7daf9f195cdb47 /Zend/Zend.m4
parent537844cb1d9ce3b432c617baa17fd46f911bb848 (diff)
downloadphp-git-cc4134c04eb0f092b1245c5efbdfe476165fd4b2.tar.gz
Remove HAVE_STRTOD and strtod check
There is no need to check for the strtod function. It is part of C89 standard which PHP-7.4+ supports. http://port70.net/~nsz/c/c89/c89-draft.html#4.10.1.4
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r--Zend/Zend.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index 0c6014bc64..d859487498 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -155,7 +155,7 @@ _LT_AC_TRY_DLOPEN_SELF([
])
dnl Checks for library functions.
-AC_CHECK_FUNCS(getpid kill strtod finite fpclass sigsetjmp)
+AC_CHECK_FUNCS(getpid kill finite fpclass sigsetjmp)
AC_CHECK_DECLS([isfinite, isnan, isinf], [], [], [[#include <math.h>]])