From 6bb657fc348dba9f55e2d2fed601e3722a590fea Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 2 Mar 2019 23:15:52 +0100 Subject: 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. --- scripts/phpize.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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, -- cgit v1.2.1