mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 21:33:13 +02:00
d51d23e5cb
this on the basis that cURL may be using one c-ares version and UnrealIRCd another c-ares version, something which obviously can lead to failure due to ABI differences.. Many years have passed since then and cURL is now frequently build with AsynchDNS support but without the help of c-ares (eg: on Debian). We can support this configuration without requiring --with-system-cares since c-ares is not used by cURL and there's no conflict.