]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] set enable-relay-port to "no" for config reporting
authorThomas Markwalder <tmark@isc.org>
Tue, 2 Jan 2018 19:29:56 +0000 (14:29 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 2 Jan 2018 19:29:56 +0000 (14:29 -0500)
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt

index 9bc9be2966df1e203cc23724150639aa20969a39..a93fb7caa961c465529033599fc7fcac7b945976 100755 (executable)
--- a/configure
+++ b/configure
@@ -5500,6 +5500,9 @@ if test "$enable_relay_port" = "yes"; then
 
 $as_echo "#define RELAY_PORT 1" >>confdefs.h
 
+else
+    # so we can report below
+    enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index cf95d968bed2d46daa21c2eb5a5372a0bf20171c..bb7b54bf68298b0cc4ab6e776565fa44398d38f5 100644 (file)
@@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+    # so we can report below
+    enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index eb6a59a2fb0181fc899006bb9a79ed260f6b3b83..340e59bffc171a1207750dba682c180129a32c7e 100644 (file)
@@ -185,6 +185,9 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+    # so we can report below
+    enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index e1e11d29469cb661b78a8d98e9673336a71674d2..a64224f8ad60cd121406d9bf95d8d35286981f77 100644 (file)
@@ -190,6 +190,9 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+    # so we can report below
+    enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)
index cf95d968bed2d46daa21c2eb5a5372a0bf20171c..bb7b54bf68298b0cc4ab6e776565fa44398d38f5 100644 (file)
@@ -184,6 +184,9 @@ AC_ARG_ENABLE(relay-port,
 if test "$enable_relay_port" = "yes"; then
        AC_DEFINE([RELAY_PORT], [1],
                  [Define to 1 to include relay port support.])
+else
+    # so we can report below
+    enable_relay_port="no"
 fi
 
 # PARANOIA is off by default (until we can test it with all features)