mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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