gettext: fix condition (#44680)

This commit is contained in:
Teague Sterling 2024-06-12 12:24:42 -07:00 committed by GitHub
parent 3736da3f89
commit 8d0fc3e639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ def patch(self):
# From the configure script: "we don't want to use an external libxml, because its
# dependencies and their dynamic relocations have an impact on the startup time", well,
# *we* do.
if self.spec.satisfies("@:19"): # libtextstyle/configure not present
if self.spec.satisfies("@20:"): # libtextstyle/configure not present prior
filter_file(
"gl_cv_libxml_force_included=yes",
"gl_cv_libxml_force_included=no",