aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-12-07 00:27:35 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-12-07 00:27:35 +0000
commit7363a6e009625b257d01c6c1a64653e17e2676cc (patch)
tree092051396b0025f6dd2d312ed44ee039783ea247 /autoconf/configure.ac
parentf7374f702cd95402ff597457c8b3772cf3770ecf (diff)
downloadexternal_llvm-7363a6e009625b257d01c6c1a64653e17e2676cc.zip
external_llvm-7363a6e009625b257d01c6c1a64653e17e2676cc.tar.gz
external_llvm-7363a6e009625b257d01c6c1a64653e17e2676cc.tar.bz2
Fix typos. Thanks to John Tytgat for noticing it!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 9519698..9ebaadc 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -672,7 +672,7 @@ case "$withval" in
*) AC_MSG_ERROR([Invalid path for --with-ocaml-libdir. Provide full path]) ;;
esac
-AC_ARG_WITH(c-include-dir,
+AC_ARG_WITH(c-include-dirs,
AS_HELP_STRING([--with-c-include-dirs],
[Colon separated list of directories clang will search for headers]),,
withval="")