summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/phpize.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index cb6934541a..6af13982cd 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -26,7 +26,6 @@ abs_builddir=`pwd`
AC_PROG_CC([cc gcc])
PHP_DETECT_ICC
PHP_DETECT_SUNCC
-AC_PROG_CC_C_O
dnl Support systems with system libraries in e.g. /usr/lib64
PHP_ARG_WITH(libdir, for system library directory,