commit 9c04ecbce0792c54c351f24a305e6e3fbc8f5151
parent d62b81bcac42eb08874af40bed67cb0e1586d8c9
Author: vx-clutch <[email protected]>
Date: Wed, 10 Sep 2025 16:24:51 -0400
fix spelling mistake
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -31,6 +31,7 @@ printf "checking for C compiler... "
trycc gcc
trycc cc
trycc clang
+trycc icx
printf "%s\n" "$CC"
DEBUG=false
@@ -47,7 +48,7 @@ esac
done
-printf "checking weather C compiler works... "
+printf "checking whether C compiler works... "
status="fail"
tmpc="$(mktemp -d)/test.c"
echo "typedef int x;" > "$tmpc"