Change the error message when no LLVM is found

This commit is contained in:
Brian Anderson 2011-11-02 16:10:34 -07:00
parent 234a4e58bd
commit 0003a50e33

3
configure vendored
View file

@ -342,8 +342,7 @@ then
CFG_LLVM_LIBS=$($CFG_LLVM_CONFIG --libs)
CFG_LLVM_TRIPLE=$($CFG_LLVM_CONFIG --host-target)
else
err "either the \"CFG_LLVM_ROOT\" environment variable must be set, or a \
\"llvm-config\" script must be present"
err "no llvm-config found and no --llvm-root specified"
fi
case $CFG_LLVM_VERSION in