--- ./configure.orig +++ ./configure @@ -272,7 +272,7 @@ fi echo "Using compiler .. $CC" -if ! type "$CC" >/dev/null 2>&1; then +if ! $CC -v >/dev/null 2>&1; then echo "$CC is not an executable" exit 1 fi