Fix typos. Thanks to John Tytgat for noticing it!
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 7 Dec 2009 00:27:35 +0000 (00:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 7 Dec 2009 00:27:35 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90728 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in
autoconf/configure.ac
configure

index 44296a466d272b233ab13a7b43449d2d8ac1e959..2cc69dcf4cf6534afb8d58a45ac37b44c08b24ef 100644 (file)
@@ -313,7 +313,7 @@ endif
 # Location of the plugin header file for gold.
 BINUTILS_INCDIR := @BINUTILS_INCDIR@
 
-C_INCLUDE_DIRS := @C_INCLUDE_DISR@
+C_INCLUDE_DIRS := @C_INCLUDE_DIRS@
 CXX_INCLUDE_ROOT := @CXX_INCLUDE_ROOT@
 CXX_INCLUDE_ARCH := @CXX_INCLUDE_ARCH@
 CXX_INCLUDE_32BIT_DIR = @CXX_INCLUDE_32BIT_DIR@
index 951969846e504a97c8fe97d6851feb3a9174d9f8..9ebaadc3bbcffae9098da2708edfa7442575dd1b 100644 (file)
@@ -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="")
index 4ef693fa6dd8c3a679b477c8a39b422320b984d6..3e0ca0a680b6316c6984aab46d19a39e66627694 100755 (executable)
--- 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