From 420279ff016f1abb84ce72ea6bce1a2071bf9913 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 17 Mar 2016 13:40:30 +0100 Subject: [PATCH] Add AC_REQUIRE to PDNS_ENABLE_REPRODUCIBLE --- m4/pdns_enable_reproducible.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/pdns_enable_reproducible.m4 b/m4/pdns_enable_reproducible.m4 index 0d997d80aa..ac65c0c017 100644 --- a/m4/pdns_enable_reproducible.m4 +++ b/m4/pdns_enable_reproducible.m4 @@ -1,4 +1,5 @@ AC_DEFUN([PDNS_ENABLE_REPRODUCIBLE], [ + AC_REQUIRE([PDNS_CHECK_OS]) AC_MSG_CHECKING([whether to enable reproducible builds.]) AC_ARG_ENABLE([reproducible], AS_HELP_STRING([--enable-reproducible], -- 2.47.2