diff --git a/configure b/configure index c30c3dc70..2866be162 100755 --- a/configure +++ b/configure @@ -145,7 +145,7 @@ if [ -z "$VALGRIND" ]; then fi if [ "$ASAN" = "1" ]; then - if [ "$CC" != "gcc" ] && [ "$CC" != "cc" ]; then + if [ "$CC" == "clang" ]; then echo "Address sanitizer (ASAN) is currently only supported with gcc" exit 1 fi