We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d5407 commit c2c1c49Copy full SHA for c2c1c49
configure.ac
@@ -40,6 +40,8 @@ AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], ["Enable f
40
AM_CONDITIONAL([FUZZER_ENABLED], test "x$fuzzer" = "xyes")
41
AC_SUBST([SANITIZERS])
42
43
+AM_GNU_GETTEXT([external])
44
+AM_GNU_GETTEXT_VERSION([0.25])
45
AM_ICONV
46
47
AC_CANONICAL_HOST
0 commit comments