]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Added warnings for bind extra options
authorFrancis Dupont <fdupont@isc.org>
Wed, 21 Sep 2016 12:17:18 +0000 (14:17 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 21 Sep 2016 12:17:18 +0000 (14:17 +0200)
configure
configure.ac

index e2c81698f242d896ab6f1adab3a7cffb10396063..d10891e83e70cca59c1fc0b4a7edffbe7a45c27e 100755 (executable)
--- 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
 
index 1e55f0214c7d9c1fd531daa8f40a27a165b1c1e3..c94d4dcb30659ae88590379399135d17e3be3898 100644 (file)
@@ -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