Skip to content

Commit c2c1c49

Browse files
committed
Explicitly request gettext
1 parent b2d5407 commit c2c1c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable f
4040
AM_CONDITIONAL([FUZZER_ENABLED], test "x$fuzzer" = "xyes")
4141
AC_SUBST([SANITIZERS])
4242

43+
AM_GNU_GETTEXT([external])
44+
AM_GNU_GETTEXT_VERSION([0.25])
4345
AM_ICONV
4446

4547
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)