aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7f9066b161..b3d9bd3e7d 100644
--- a/configure.in
+++ b/configure.in
@@ -293,7 +293,7 @@ if test "$GCC" = yes; then
@%:@if defined __llvm__ && !defined __clang__
@%:@error llvm-gcc has ended
@%:@endif
- ], [], [], [AC_MSG_ERROR(llvm-gcc has ended)])
+ ], [], [], [AC_MSG_ERROR(llvm-gcc has ended. Run configure with CC=clang)])
linker_flag=-Wl,
: ${optflags=-O3}
AS_CASE(["$target_os"], [linux*|darwin*], [: ${debugflags=-ggdb}])