mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
We must define `CURL_STATICLIB` only when building against a static libcurl. The detection relies on our usual naming conventions, what should be revised in the future (possibly using pkg-config, or switching to CMake). Closes GH-17857.