mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 01:03:12 +02:00
3b2cde48c6
First of all, system-wide curl is much preffered, but if not available then UnrealIRCd will offer to install curl for you during ./Config. The prompt looks the same as before but we no longer install the curl library in ~/curl but rather in ~/unrealircd/lib (or wherever you put your installation). Basically, it now behaves exactly the same as c-ares, TRE and PCRE. Downside: curl will be re-compiled each time you re-run ./Config Upside: curl will be re-compiled each time... :D.. will thus be kept more up to date. ** Also: complain if <curlinstall>/bin/curl-config cannot be found. This ensures we error after ./Config rather than after the whole of configure has been ran.