summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-02 23:15:52 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-03 14:47:49 +0100
commit6bb657fc348dba9f55e2d2fed601e3722a590fea (patch)
tree900460efe3b0ffa6d3735b0cdaa33168968d4bfe /TSRM
parent8cd345acb1064ffe695e69217333ed2b83de45c3 (diff)
downloadphp-git-6bb657fc348dba9f55e2d2fed601e3722a590fea.tar.gz
Remove AC_PROG_CC_C_O
The AC_PROG_CC_C_O macro checks if compiler can use both -c and -o options together and if not it defines the NO_MINUS_C_MINUS_O symbol. It is not used in current codebase and therefore removed.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4
index 9eabca30ad..84f67f3f1f 100644
--- a/TSRM/tsrm.m4
+++ b/TSRM/tsrm.m4
@@ -4,7 +4,6 @@ AC_DEFUN([TSRM_BASIC_CHECKS],[
AC_REQUIRE([AC_PROG_CC])dnl
dnl AC_REQUIRE([AM_PROG_CC_STDC])dnl
-AC_REQUIRE([AC_PROG_CC_C_O])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
AC_CHECK_FUNCS(sigprocmask)