From ad313e3767908fa04213def7f3240b5afbf7c5a9 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 9 Mar 2015 12:59:40 +0100 Subject: [PATCH] Warn when pkg.m4 is missing at autoreconf time. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4f146f572..ee6f820fa 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,9 @@ AC_DEFINE([_GNU_SOURCE], [1], [Define _GNU_SOURCE so that we get all necessary prototypes] ) +# Warn when pkg.m4 is missing +m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-config]) + PDNS_WITH_LUAJIT AS_IF([test "x$with_luajit" = "xno"], [ PDNS_WITH_LUA -- 2.49.0