]> git.ipfire.org Git - thirdparty/pdns.git/blob - m4/pdns_with_geo.m4
Backport #6925
[thirdparty/pdns.git] / m4 / pdns_with_geo.m4
1 AC_DEFUN([PDNS_CHECK_GEOIP], [
2 PKG_CHECK_MODULES([GEOIP], [geoip],[],
3 AC_MSG_ERROR([Could not find libGeoIP])
4 )
5 PKG_CHECK_MODULES([YAML], [yaml-cpp >= 0.5],[],
6 AC_MSG_ERROR([Could not find yaml-cpp])
7 )
8 ])