We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa21fda + 30c1c53 commit b757d49Copy full SHA for b757d49
TSRM/tsrm.m4
@@ -1,13 +1,5 @@
1
dnl This file contains TSRM specific autoconf macros.
2
3
-dnl
4
-dnl TSRM_BASIC_CHECKS
5
6
-AC_DEFUN([TSRM_BASIC_CHECKS],[
7
-AC_REQUIRE([AC_PROG_CC])dnl
8
-AC_REQUIRE([AC_PROG_RANLIB])dnl
9
-])
10
-
11
dnl
12
dnl TSRM_CHECK_PTHREADS
13
configure.ac
@@ -1223,7 +1223,6 @@ unset LIBS LDFLAGS
1223
1224
PHP_HELP_SEPARATOR([TSRM:])
1225
PHP_CONFIGURE_PART(Configuring TSRM)
1226
-TSRM_BASIC_CHECKS
1227
if test "$PHP_THREAD_SAFETY" = "yes"; then
1228
TSRM_CHECK_PTHREADS
1229
fi
0 commit comments