X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=8f7a4f33e16d985631a54bb7cc0750c34bc3cbc4;hb=40e77dd34f9a8466165a8b7d724faeb337c90414;hp=eecca62600b8bcdc585a840fabbdff4c6ca6ae37;hpb=0c004681a480e919b779584814eb396f6e6948ca;p=collectd.git diff --git a/configure.ac b/configure.ac index eecca626..8f7a4f33 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,10 @@ AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_PROG_LEX AC_PROG_YACC + +# Warn when pkg.m4 is missing +m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config]) + PKG_PROG_PKG_CONFIG AC_CHECK_PROG([have_protoc_c], [protoc-c], [yes], [no])