summaryrefslogtreecommitdiff
path: root/configure.ac-lt
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac-lt')
-rw-r--r--configure.ac-lt3
1 files changed, 3 insertions, 0 deletions
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)