]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: use pkg-config for c-ares detection
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2018 11:19:09 +0000 (13:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Jun 2018 21:05:29 +0000 (23:05 +0200)
commited224f23d5bebf3f2b64d28ca4452b401a8ddf0a
treefe2d4f020cdd622de0a8202bbadbdaf2c1b14fbd
parent023e80e477d88894c2f18d34fab732a66f027f3c
configure: use pkg-config for c-ares detection

First check if there's c-ares information given as pkg-config info and use
that as first preference.

Reported-by: pszemus on github
Fixes #2203
Closes #2658
m4/curl-confopts.m4