[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16624: {tor} Fix typo in acinclude.m4 (tor/trunk)



Author: nickm
Date: 2008-08-22 12:55:24 -0400 (Fri, 22 Aug 2008)
New Revision: 16624

Modified:
   tor/trunk/
   tor/trunk/acinclude.m4
Log:
 r17852@tombo:  nickm | 2008-08-22 12:31:03 -0400
 Fix typo in acinclude.m4



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r17852] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/acinclude.m4
===================================================================
--- tor/trunk/acinclude.m4	2008-08-22 16:24:52 UTC (rev 16623)
+++ tor/trunk/acinclude.m4	2008-08-22 16:55:24 UTC (rev 16624)
@@ -129,7 +129,7 @@
 
   if test "$tor_$1_dir_found" = no; then
     if test "$tor_$1_any_linkable" = no ; then
-      AC_MSG_WARN([Could not find a linkable $1.  If you have it installed somewhere unusal, you can specify an explicit path using $7])
+      AC_MSG_WARN([Could not find a linkable $1.  If you have it installed somewhere unusual, you can specify an explicit path using $7])
       TOR_WARN_MISSING_LIB($1, pkg)
       AC_MSG_ERROR([Missing libraries; unable to proceed.])
     else