From 602f2b2fb02e5ba038803dc88ee70f663b30803f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 23 Sep 2013 16:31:12 +0000 Subject: Missing single quote. Fixes #627. svn path=/trunk/; revision=5513 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b23133ff..0c80e4cf 100755 --- a/configure +++ b/configure @@ -4445,7 +4445,7 @@ then APACHE_VERSION="22" msg='not found, defaulting to 2.2' else - msg=`echo $APACHE_VERSION | sed 's=.=&.=` + msg=`echo $APACHE_VERSION | sed 's=.=&.='` fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $msg" >&5 -- cgit v1.2.3