We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2bda4 commit 36e84ebCopy full SHA for 36e84eb
configure
@@ -60,7 +60,7 @@ if ! ${PKG_CONFIG} --exists --print-errors " libkmod >= 23 "; then
60
exit 1
61
fi
62
63
-if ! command -v "${CC}" > /dev/null; then
+if ! command -v ${CC} > /dev/null; then
64
echo "dracut needs a C compiler (${CC} not found)." >&2
65
66
0 commit comments