summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-02 14:29:56 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-02 14:29:56 -0500
commit2f1fd2748705d1f36d6939f7a2aa65cfc1ceadb2 (patch)
treecb7f6ca253e332d57bf447cc60a615f825f4cf4c
parent397599cb446f0ab286ac8e9a5a033a99444984cb (diff)
downloadisc-dhcp-4_4_0b1.tar.gz
[master] set enable-relay-port to "no" for config reportingv4_4_0b1
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
-rw-r--r--configure.ac+lt3
-rw-r--r--configure.ac-base3
-rw-r--r--configure.ac-lt3
5 files changed, 15 insertions, 0 deletions
diff --git a/configure b/configure
index 9bc9be29..a93fb7ca 100755
--- 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)
diff --git a/configure.ac b/configure.ac
index cf95d968..bb7b54bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/configure.ac+lt b/configure.ac+lt
index eb6a59a2..340e59bf 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -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)
diff --git a/configure.ac-base b/configure.ac-base
index e1e11d29..a64224f8 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -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)
diff --git a/configure.ac-lt b/configure.ac-lt
index cf95d968..bb7b54bf 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -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)