diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 1c6bb435..31b61d09 100644 --- a/configure.ac +++ b/configure.ac @@ -282,7 +282,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 AC_MSG_RESULT([$msg]) |