From 7403ad833dbc5ff3c4f788c3bc09983e45a395fa Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 21 Sep 2016 14:17:18 +0200 Subject: [PATCH] Added warnings for bind extra options --- configure | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/configure b/configure index e2c81698f..d10891e83 100755 --- a/configure +++ b/configure @@ -6787,6 +6787,8 @@ yes|no|'') ;; *) BINDCONFIG="$BINDCONFIG $use_xbindconfig" + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Most options to bind configure are not supported when used by ISC DHCP" >&5 +$as_echo "$as_me: WARNING: Most options to bind configure are not supported when used by ISC DHCP" >&2;} ;; esac diff --git a/configure.ac b/configure.ac index 1e55f0214..c94d4dcb3 100644 --- a/configure.ac +++ b/configure.ac @@ -666,6 +666,7 @@ yes|no|'') ;; *) BINDCONFIG="$BINDCONFIG $use_xbindconfig" + AC_MSG_WARN([Most options to bind configure are not supported when used by ISC DHCP]) ;; esac -- 2.47.3