summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3a29922..9507d48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,6 +184,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)