mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +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: 7dedf09f3d
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
|
exit 1
|
||||||
fi
|
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..."
|
buildstep dependencies echo "Checking whether your C compiler works..."
|
||||||
if ! ${CC:-cc} -o /dev/null -xc - >/dev/null <<'PROGRAM'
|
if ! ${CC:-cc} -o /dev/null -xc - >/dev/null <<'PROGRAM'
|
||||||
int main() {}
|
int main() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue