aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-08-22 16:55:24 +0000
committerNick Mathewson <nickm@torproject.org>2008-08-22 16:55:24 +0000
commit865c19f29b9c8b2b4402475a9cf5a7d227f1d7e2 (patch)
treeda340b815225d22b4bb5eba48ef4456b681506a3 /acinclude.m4
parent88e61626492741ee045cef1e716abf6ca580eb88 (diff)
downloadtor-865c19f29b9c8b2b4402475a9cf5a7d227f1d7e2.tar
tor-865c19f29b9c8b2b4402475a9cf5a7d227f1d7e2.tar.gz
r17852@tombo: nickm | 2008-08-22 12:31:03 -0400
Fix typo in acinclude.m4 svn:r16624
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9ae9f6dce..fe9b7ecbb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -129,7 +129,7 @@ AC_CACHE_CHECK([for $1 directory], tor_cv_library_$1_dir, [
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