mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
LDFLAGS is by convention used more for linker options like -s and -L. The -l option should go to LIBS instead. This does the same check but is more understandable in the logs and M4 code.