Skip to content

Commit

Permalink
Toolchain: Remove dependency check for texinfo
Browse files Browse the repository at this point in the history
Turns out we don't need that after all.
  • Loading branch information
gunnarbeutner authored and linusg committed May 30, 2021
1 parent 597539a commit 7dedf09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Toolchain/BuildIt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ if ! command -v patch >/dev/null; then
exit 1
fi

buildstep dependencies echo "Checking whether 'makeinfo' is available..."
if ! command -v makeinfo >/dev/null; then
buildstep dependencies echo "Please make sure to install GNU Texinfo (for the 'makeinfo' tool)."
exit 1
fi

buildstep dependencies echo "Checking whether your C compiler works..."
if ! ${CC:-cc} -o /dev/null -xc - >/dev/null <<'PROGRAM'
int main() {}
Expand Down

0 comments on commit 7dedf09

Please sign in to comment.