From: Francis Dupont Date: Wed, 21 Sep 2016 12:17:18 +0000 (+0200) Subject: Added warnings for bind extra options X-Git-Tag: v4_4_0b1_f1~134^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7403ad833dbc5ff3c4f788c3bc09983e45a395fa;p=thirdparty%2Fdhcp.git Added warnings for bind extra options --- 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