You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Colin Watson <cj...@flatline.org.uk> on 2003/10/13 15:43:11 UTC

[PATCH] Fix configure typo in APR detection

* build/ac-macros/apr.m4 (SVN_DOWNLOAD_APR): Fix transposed words in
  error message.

Index: build/ac-macros/apr.m4
===================================================================
--- build/ac-macros/apr.m4	(revision 7399)
+++ build/ac-macros/apr.m4	(working copy)
@@ -92,7 +92,7 @@
 AC_DEFUN(SVN_DOWNLOAD_APR,
 [
   echo "The Apache Portable Runtime (APR) library cannot be found."
-  echo "Please install APR on this system and supply appropriate the"
+  echo "Please install APR on this system and supply the appropriate"
   echo "--with-apr option to 'configure'"
   echo ""
   echo "or"

Thanks,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Fix configure typo in APR detection

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
Colin Watson wrote:
> * build/ac-macros/apr.m4 (SVN_DOWNLOAD_APR): Fix transposed words in
>   error message.

Thanks! Applied in revision 7402.

/Tobias


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Fix configure typo in APR detection

Posted by Julian Foad <ju...@btopenworld.com>.
Colin Watson wrote:
> * build/ac-macros/apr.m4 (SVN_DOWNLOAD_APR): Fix transposed words in
>   error message.
...
> -  echo "Please install APR on this system and supply appropriate the"
> +  echo "Please install APR on this system and supply the appropriate"

Thanks.  I'll add it to my collection of typos that I check in once every few weeks.

- Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org