summaryrefslogtreecommitdiff
path: root/configure
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
commitd6c8ec6546bd8104cbd8705fa0e51676c51d2e01 (patch)
tree092051396b0025f6dd2d312ed44ee039783ea247 /configure
parent7cca606aaa6fee6ff4f548aa3686608b6be1f208 (diff)
downloadllvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.tar.gz
llvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.tar.bz2
llvm-d6c8ec6546bd8104cbd8705fa0e51676c51d2e01.tar.xz
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-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 4ef693fa6d..3e0ca0a680 100755
--- a/configure
+++ b/configure
@@ -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