mirror of
https://github.com/php/php-src.git
synced 2026-04-01 21:22:13 +02:00
Global --tag=CC defined in configure.ac is not correct in all cases. For example linking objects that were compiled from C++ sources needs to be done with C++ compiler, however for link mode libtool will prefer compiler indicated with --tag. Fixes GH-12349