mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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.