summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-01 13:23:41 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-01 13:23:41 +0200
commit30c1c53164f8546f906f7200840c4af48f246701 (patch)
tree3bb72dae7971c753b7c799f82fd49da5e1171abc
parente558ee79992ed2cb6ce17ad2d81c4d25e6c394f3 (diff)
downloadphp-git-30c1c53164f8546f906f7200840c4af48f246701.tar.gz
Remove TSRM_BASIC_CHECKS
This macro is not needed anymore. The AC_PROG_CC is done in the main configure.ac file and the ranlib check is done by the bundled libtool macros. Closes GH-4339
-rw-r--r--TSRM/tsrm.m48
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 9 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 9caad3ab65..0330d7a7da 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -1,14 +1,6 @@
dnl This file contains TSRM specific autoconf macros.
dnl
-dnl TSRM_BASIC_CHECKS
-dnl
-AC_DEFUN([TSRM_BASIC_CHECKS],[
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_PROG_RANLIB])dnl
-])
-
-dnl
dnl TSRM_CHECK_PTH
dnl
AC_DEFUN([TSRM_CHECK_PTH],[
diff --git a/configure.ac b/configure.ac
index c1ad6907cc..b1c8eefe60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1222,7 +1222,6 @@ unset LIBS LDFLAGS
PHP_HELP_SEPARATOR([TSRM:])
PHP_CONFIGURE_PART(Configuring TSRM)
-TSRM_BASIC_CHECKS
if test "$PHP_THREAD_SAFETY" = "yes"; then
TSRM_THREADS_CHECKS
fi