From 30c1c53164f8546f906f7200840c4af48f246701 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 1 Jul 2019 13:23:41 +0200 Subject: 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 --- TSRM/tsrm.m4 | 8 -------- configure.ac | 1 - 2 files changed, 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,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 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 -- cgit v1.2.1