summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
committerYang Tse <yangsita@gmail.com>2009-10-27 16:56:20 +0000
commitf28b736a5653f5b2c02af170c9cf56302a66f2af (patch)
tree712187fd7550088558c331b1f68f5c1e2f669c70 /configure.ac
parent76f24cfdbd4f9282f22756ef19dec5d6dc7a29b3 (diff)
downloadc-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.tar.gz
c-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.tar.bz2
c-ares-f28b736a5653f5b2c02af170c9cf56302a66f2af.zip
Fix spelling
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 65c2515..42ccd49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ fi
AC_SUBST([EGREP])
dnl AR is mandatory for configure process and libtool.
-dnl This is target dependant, so check it as a tool.
+dnl This is target dependent, so check it as a tool.
AC_PATH_TOOL([AR], [ar], [not_found],
[$PATH:/usr/bin:/usr/local/bin])
if test -z "$AR" || test "$AR" = "not_found"; then