diff --git a/tools/configure b/tools/configure index e15e3c3297..3f29ece438 100755 --- a/tools/configure +++ b/tools/configure @@ -393,7 +393,6 @@ simcc () { sigaltstack=`check_sigaltstack` echo "Darwin host detected" if $CC --version | grep -q "clang"; then - echo "[Warning] Clang compiler ($CC) in your path is unsupported. Trying gcc-14." CC=gcc-14 AR=gcc-ar-14 CPP=cpp-14