Skip to content

Commit a0cb1b3

Browse files
committed
Explicitly request gettext
1 parent b2d5407 commit a0cb1b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ LT_INIT([disable-static])
2121

2222
AC_PROG_CC
2323
AC_PROG_CXX
24+
AC_CONFIG_MACRO_DIRS([m4])
2425

2526
AC_ARG_ENABLE([code-coverage], AS_HELP_STRING([--enable-code-coverage], [Enable code coverage profiling]), [code_coverage=yes], [code_coverage=no])
2627
AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable fuzz testing (requires Clang 6 or later)"]), [
@@ -40,6 +41,8 @@ AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable f
4041
AM_CONDITIONAL([FUZZER_ENABLED], test "x$fuzzer" = "xyes")
4142
AC_SUBST([SANITIZERS])
4243

44+
AM_GNU_GETTEXT([external])
45+
AM_GNU_GETTEXT_VERSION([0.22])
4346
AM_ICONV
4447

4548
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)