diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 07:31:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 07:31:22 +0000 |
commit | 1c8a34ff77b31500d2ccbf38cbd57cbc0db6ce26 (patch) | |
tree | 5bd6d23265c2f4823e522434358ada96289c5775 | |
parent | 188a22fc14dd9680a79ae15e252f5a5bfdaa2309 (diff) | |
download | bcm5719-llvm-1c8a34ff77b31500d2ccbf38cbd57cbc0db6ce26.tar.gz bcm5719-llvm-1c8a34ff77b31500d2ccbf38cbd57cbc0db6ce26.zip |
Search for tclsh last so we don't find the FreeBSD warning script too early
llvm-svn: 18421
-rwxr-xr-x | llvm/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure index 468bc9d442b..c38cc2043cc 100755 --- a/llvm/configure +++ b/llvm/configure @@ -5487,7 +5487,7 @@ fi if test x"${ac_cv_path_tclsh}" = x ; then echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6 - for ac_prog in tclsh tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0 + for ac_prog in tclsh8.4 tclsh8.4.8 tclsh8.4.7 tclsh8.4.6 tclsh8.4.5 tclsh8.4.4 tclsh8.4.3 tclsh8.4.2 tclsh8.4.1 tclsh8.4.0 tclsh8.3 tclsh8.3.5 tclsh8.3.4 tclsh8.3.3 .tclsh8.3.2 tclsh8.3.1 tclsh8.3.0 tclsh do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |