summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-07 20:58:14 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-07 20:58:14 +0100
commitf5fa9ddbd50e323091320f125324353153558bcf (patch)
tree9ca1ada104403c86e01ca54ba6b8c64e986dfdcc /TSRM/tsrm.m4
parent9df6a1e4dd84a39bfaec70d7d008b61f7bbae347 (diff)
downloadphp-git-f5fa9ddbd50e323091320f125324353153558bcf.tar.gz
Clean *nix build system
- remove some outdated and not used macro calls - remove some unused variables - Remove not needed comment from tokenizer config.m4 - Remove not needed comment - remove not needed local variables for editors and syntax highlighting
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r--TSRM/tsrm.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 5eb0d624ce..0d60715fc8 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -3,7 +3,6 @@ m4_include([TSRM/m4/ax_func_which_gethostbyname_r.m4])
AC_DEFUN([TSRM_BASIC_CHECKS],[
AC_REQUIRE([AC_PROG_CC])dnl
-dnl AC_REQUIRE([AM_PROG_CC_STDC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_FUNCS(sigprocmask)