mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
200f16fcf7
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.