summaryrefslogtreecommitdiff
path: root/configure.ac-base
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac-base')
-rw-r--r--configure.ac-base2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac-base b/configure.ac-base
index 0208a048..219d6050 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -190,6 +190,8 @@ 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
+ enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)