Add missing comma

This commit is contained in:
Mukund Sivaraman 2008-07-14 18:20:43 +05:30
parent 7c1c547fc8
commit fc06880f81

View File

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