aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
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
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])