Skip to content

Commit

Permalink
Remove AC_PROG_CC_C_O
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petk committed Mar 3, 2019
1 parent 8cd345a commit 6bb657f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion TSRM/tsrm.m4
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion Zend/Zend.m4
Expand Up @@ -6,7 +6,6 @@ AC_DEFUN([LIBZEND_BASIC_CHECKS],[
AC_REQUIRE([AC_PROG_YACC])
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_CC_C_O])
LIBZEND_BISON_CHECK
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -176,7 +176,6 @@ PKG_PROG_PKG_CONFIG
AC_PROG_CC([cc gcc])
PHP_DETECT_ICC
PHP_DETECT_SUNCC
AC_PROG_CC_C_O
dnl Change to AC_PROG_CC_STDC when we start requiring a post-2.13 autoconf
dnl AC_PROG_CC_STDC
AC_PROG_CPP
Expand Down
1 change: 0 additions & 1 deletion scripts/phpize.m4
Expand Up @@ -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,
Expand Down

0 comments on commit 6bb657f

Please sign in to comment.