From fc06880f8182cb699cc8647092ea80ec5bfec336 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 14 Jul 2008 18:20:43 +0530 Subject: Add missing comma --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2af8a6a..460f22b 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- cgit v1.2.3