summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-09-21 14:17:18 +0200
committerFrancis Dupont <fdupont@isc.org>2016-09-21 14:17:18 +0200
commit7403ad833dbc5ff3c4f788c3bc09983e45a395fa (patch)
tree7ea6ba6038d9309111198e762bc9fe054bc1f091
parent86310ec66b2c34f4e5848bfddeecc625837254be (diff)
downloadisc-dhcp-7403ad833dbc5ff3c4f788c3bc09983e45a395fa.tar.gz
Added warnings for bind extra options
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e2c81698..d10891e8 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 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