Skip to content

Commit

Permalink
Downgrade gettext version from 0.22.5 to 0.21 in configure.ac to matc…
Browse files Browse the repository at this point in the history
…h ubuntu:latest
  • Loading branch information
emcrisostomo committed Dec 30, 2024
1 parent a2a33b0 commit 8ce4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ AM_CONDITIONAL([HAVE_MAKEINFO], [test -n "${MAKEINFO_PROG}"])

# Initialize gettext.
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.22.5])
AM_GNU_GETTEXT_VERSION([0.21])
AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"])

# Configure C++ compiler
Expand Down

0 comments on commit 8ce4d53

Please sign in to comment.