Add missing comma
This commit is contained in:
parent
7c1c547fc8
commit
fc06880f81
@ -125,7 +125,7 @@ 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 NO)],
|
||||||
no)
|
no)
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user