summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-04-30 20:06:58 +0000
committerSebastian Pop <spop@codeaurora.org>2012-04-30 20:06:58 +0000
commite4f1b370bfbebcb88092caec54450e90f37c100d (patch)
treeda2010de3d76e8dfe8b1bf41492032942c454b90 /configure
parent17011050225aebadfdaaf645db692ba825c0c2c4 (diff)
downloadllvm-e4f1b370bfbebcb88092caec54450e90f37c100d.tar.gz
llvm-e4f1b370bfbebcb88092caec54450e90f37c100d.tar.bz2
llvm-e4f1b370bfbebcb88092caec54450e90f37c100d.tar.xz
fix typo
Thanks to "Gabor Greif" <ggreif@gmail.com> for reporting this problem. The configure flag should be --with-default-sysroot as documented, and not --with-sysroot. The reason we don't want to define --with-sysroot is that GCC has a configure flag by that name and it has a different semantics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155844 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 50db26c7c7..f72dca4dbf 100755
--- a/configure
+++ b/configure
@@ -5584,9 +5584,9 @@ _ACEOF
-# Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then
- withval=$with_sysroot;
+# Check whether --with-default-sysroot was given.
+if test "${with_default_sysroot+set}" = set; then
+ withval=$with_default_sysroot;
else
withval=""
fi