diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2009-12-07 00:27:35 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2009-12-07 00:27:35 +0000 |
commit | d6c8ec6546bd8104cbd8705fa0e51676c51d2e01 (patch) | |
tree | 092051396b0025f6dd2d312ed44ee039783ea247 /autoconf | |
parent | 7cca606aaa6fee6ff4f548aa3686608b6be1f208 (diff) | |
download | external_llvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.zip external_llvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.tar.gz external_llvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.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')
-rw-r--r-- | autoconf/configure.ac | 2 |
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="") |