Skip to content

Commit a13df3d

Browse files
phcoderDaniel Kiper
authored and
Daniel Kiper
committed
bootstrap: Don't check gettext version
NetBSD gettext is older than the check but we don't actually need 0.18.3, older one works fine. This is needed to make bootstrap work on NetBSD. Signed-off-by: Vladimir Serbinenko <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
1 parent 6d2aa7e commit a13df3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configuring the GRUB.
2020
for i386, x86_64, arm (including thumb), arm64, mips(el), powerpc, sparc64
2121
* GNU Make
2222
* GNU Bison 2.3 or later
23-
* GNU gettext 0.17 or later
23+
* GNU gettext
2424
* GNU binutils 2.9.1.0.23 or later
2525
* Flex 2.5.35 or later
2626
* pkg-config

bootstrap.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SKIP_PO=t
6868
buildreq="\
6969
autoconf 2.64
7070
automake 1.14
71-
gettext 0.18.3
71+
gettext -
7272
git 1.5.5
7373
patch -
7474
tar -

0 commit comments

Comments
 (0)