mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
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:
parent
8cd345acb1
commit
6bb657fc34
4 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue