File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,13 @@ LLVM_CONFIG=`which llvm-config-4.0`
170170HAVE_CLANG_4=false
171171if [ -z " $CLANG " -o -z " $CLANGXX " -o -z " $LLVM_CONFIG " ]
172172then
173- echo -e \
174- " ${GREEN} $0 ${OFF} : ${YELLOW} warning${OFF} : clang-4.0 is not installed!"
175- echo -e " ${GREEN} $0 ${OFF} : will try the default clang."
173+ echo -e " ${GREEN} $0 ${OFF} : ${YELLOW} warning${OFF} : one or more of clang-4.0/clang++-4.0/llvm-config-4.0 is not installed!"
174+ echo -e " ${GREEN} $0 ${OFF} : will try gcc."
176175 CLANG=` which gcc`
177176 CLANGXX=` which g++`
178177 if [ -z " $CLANG " -o -z " $CLANGXX " ]
179178 then
180- echo -e " ${GREEN} $0 ${OFF} : ${RED} ERROR${OFF} : gcc is not installed!"
179+ echo -e " ${GREEN} $0 ${OFF} : ${RED} ERROR${OFF} : one or more of gcc/g++ is not installed!"
181180 exit 1
182181 fi
183182else
You can’t perform that action at this time.
0 commit comments