fix spelling mistake
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -31,6 +31,7 @@ printf "checking for C compiler... "
|
|||||||
trycc gcc
|
trycc gcc
|
||||||
trycc cc
|
trycc cc
|
||||||
trycc clang
|
trycc clang
|
||||||
|
trycc icx
|
||||||
printf "%s\n" "$CC"
|
printf "%s\n" "$CC"
|
||||||
|
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
@@ -47,7 +48,7 @@ esac
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
printf "checking weather C compiler works... "
|
printf "checking whether C compiler works... "
|
||||||
status="fail"
|
status="fail"
|
||||||
tmpc="$(mktemp -d)/test.c"
|
tmpc="$(mktemp -d)/test.c"
|
||||||
echo "typedef int x;" > "$tmpc"
|
echo "typedef int x;" > "$tmpc"
|
||||||
|
|||||||
Reference in New Issue
Block a user