diff options
author | Francis Dupont <fdupont@isc.org> | 2016-09-21 14:17:18 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-09-21 14:17:18 +0200 |
commit | 7403ad833dbc5ff3c4f788c3bc09983e45a395fa (patch) | |
tree | 7ea6ba6038d9309111198e762bc9fe054bc1f091 | |
parent | 86310ec66b2c34f4e5848bfddeecc625837254be (diff) | |
download | isc-dhcp-7403ad833dbc5ff3c4f788c3bc09983e45a395fa.tar.gz |
Added warnings for bind extra options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 1e55f021..c94d4dcb 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 |