summaryrefslogtreecommitdiff
path: root/TSRM
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 /TSRM
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
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm.m48
1 files changed, 0 insertions, 8 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],[