]> granicus.if.org Git - php/commitdiff
Remove TSRM_BASIC_CHECKS
authorPeter Kokot <peterkokot@gmail.com>
Mon, 1 Jul 2019 11:23:41 +0000 (13:23 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 1 Jul 2019 11:23:41 +0000 (13:23 +0200)
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

TSRM/tsrm.m4
configure.ac

index 9caad3ab65cb72df1130a04ce73dc3332439c576..0330d7a7da4a489ab9f15aea771f174cf8dd1561 100644 (file)
@@ -1,13 +1,5 @@
 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
index c1ad6907ccdd95d77f60f42c5e40a96af3827ea2..b1c8eefe601c8eb8bc1b5ddd305677796dd8bf90 100644 (file)
@@ -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