mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Remove dependency check for texinfo
Turns out we don't need that after all.
This commit is contained in:
parent
597539aa4c
commit
7dedf09f3d
Notes:
sideshowbarker
2024-07-18 17:08:50 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/7dedf09f3d0 Pull-request: https://github.com/SerenityOS/serenity/pull/7607
1 changed files with 0 additions and 6 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Reference in a new issue