mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02: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.