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.
This commit is contained in:
Peter Kokot 2019-03-02 23:15:52 +01:00
parent 8cd345acb1
commit 6bb657fc34
4 changed files with 0 additions and 4 deletions

View file

@ -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,