Skip to content

Commit 0003a50

Browse files
committed
Change the error message when no LLVM is found
1 parent 234a4e5 commit 0003a50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,7 @@ then
342342
CFG_LLVM_LIBS=$($CFG_LLVM_CONFIG --libs)
343343
CFG_LLVM_TRIPLE=$($CFG_LLVM_CONFIG --host-target)
344344
else
345-
err "either the \"CFG_LLVM_ROOT\" environment variable must be set, or a \
346-
\"llvm-config\" script must be present"
345+
err "no llvm-config found and no --llvm-root specified"
347346
fi
348347

349348
case $CFG_LLVM_VERSION in

0 commit comments

Comments
 (0)