diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-02 01:11:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-02 01:11:30 +0000 |
commit | dc51a5d8f3e19d94bd9677b5c4967507877f89c2 (patch) | |
tree | 576625385d4132adf8ef1ea619243e024a4b7aa5 /llvm/configure | |
parent | 83d46be31e56be9708495a832345bcec7499f904 (diff) | |
download | bcm5719-llvm-dc51a5d8f3e19d94bd9677b5c4967507877f89c2.tar.gz bcm5719-llvm-dc51a5d8f3e19d94bd9677b5c4967507877f89c2.zip |
Regen one last time.
llvm-svn: 149576
Diffstat (limited to 'llvm/configure')
-rwxr-xr-x | llvm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index 2529338efbf..77a7e81dbec 100755 --- a/llvm/configure +++ b/llvm/configure @@ -21096,7 +21096,7 @@ ac_config_files="$ac_config_files docs/doxygen.cfg" if test ${clang_src_root} = ""; then - clang_src_root="$ac_pwd/tools/clang" + clang_src_root="$srcdir/tools/clang" fi if test -f ${clang_src_root}/README.txt; then ac_config_headers="$ac_config_headers ${clang_src_root}/include/clang/Config/config.h" |