Skip to content

Commit 6bb657f

Browse files
committed
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.
1 parent 8cd345a commit 6bb657f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

TSRM/tsrm.m4

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ AC_DEFUN([TSRM_BASIC_CHECKS],[
44
55
AC_REQUIRE([AC_PROG_CC])dnl
66
dnl AC_REQUIRE([AM_PROG_CC_STDC])dnl
7-
AC_REQUIRE([AC_PROG_CC_C_O])dnl
87
AC_REQUIRE([AC_PROG_RANLIB])dnl
98
109
AC_CHECK_FUNCS(sigprocmask)

Zend/Zend.m4

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ AC_DEFUN([LIBZEND_BASIC_CHECKS],[
66
77
AC_REQUIRE([AC_PROG_YACC])
88
AC_REQUIRE([AC_PROG_CC])
9-
AC_REQUIRE([AC_PROG_CC_C_O])
109
1110
LIBZEND_BISON_CHECK
1211

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ PKG_PROG_PKG_CONFIG
176176
AC_PROG_CC([cc gcc])
177177
PHP_DETECT_ICC
178178
PHP_DETECT_SUNCC
179-
AC_PROG_CC_C_O
180179
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
181180
dnl AC_PROG_CC_STDC
182181
AC_PROG_CPP

scripts/phpize.m4

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ abs_builddir=`pwd`
2626
AC_PROG_CC([cc gcc])
2727
PHP_DETECT_ICC
2828
PHP_DETECT_SUNCC
29-
AC_PROG_CC_C_O
3029

3130
dnl Support systems with system libraries in e.g. /usr/lib64
3231
PHP_ARG_WITH(libdir, for system library directory,

0 commit comments

Comments
 (0)