]> git.ipfire.org Git - thirdparty/pdns.git/blame - m4/pdns_check_libcurl.m4
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
[thirdparty/pdns.git] / m4 / pdns_check_libcurl.m4
CommitLineData
b9f7a489
PL
1AC_DEFUN([PDNS_CHECK_LIBCURL], [
2 AS_IF([test -n "$HAVE_LIBCURL"], [ : ], [
3 LIBCURL_CHECK_CONFIG("yes", "7.21.3", [ HAVE_LIBCURL=y ], [ HAVE_LIBCURL=n ])
4 ])
f33f80ba 5 AM_CONDITIONAL([HAVE_LIBCURL], [test "$HAVE_LIBCURL" = "y"])
b9f7a489 6])