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 /configure | |
parent | 7cca606aaa6fee6ff4f548aa3686608b6be1f208 (diff) |
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 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5286,9 +5286,9 @@ echo "$as_me: error: Invalid path for --with-ocaml-libdir. Provide full path" >& esac -# Check whether --with-c-include-dir was given. -if test "${with_c_include_dir+set}" = set; then - withval=$with_c_include_dir; +# Check whether --with-c-include-dirs was given. +if test "${with_c_include_dirs+set}" = set; then + withval=$with_c_include_dirs; else withval="" fi |