activate reverse proxy support by default

closes #17
This commit is contained in:
rofl0r 2018-01-09 20:16:31 +00:00 committed by rofl0r
parent 9bb699628f
commit 116e59e933

View File

@ -113,8 +113,8 @@ dnl Include support for reverse proxy?
AH_TEMPLATE([REVERSE_SUPPORT], AH_TEMPLATE([REVERSE_SUPPORT],
[Include support for reverse proxy.]) [Include support for reverse proxy.])
TP_ARG_ENABLE(reverse, TP_ARG_ENABLE(reverse,
[Enable reverse proxying (default is NO)], [Enable reverse proxying (default is YES)],
no) yes)
if test x"$reverse_enabled" = x"yes"; then if test x"$reverse_enabled" = x"yes"; then
ADDITIONAL_OBJECTS="$ADDITIONAL_OBJECTS reverse-proxy.o" ADDITIONAL_OBJECTS="$ADDITIONAL_OBJECTS reverse-proxy.o"
AC_DEFINE(REVERSE_SUPPORT) AC_DEFINE(REVERSE_SUPPORT)