diff options
author | Ray Strode <halfline@gmail.com> | 2021-03-09 12:16:39 +0000 |
---|---|---|
committer | Ray Strode <halfline@gmail.com> | 2021-03-09 12:16:39 +0000 |
commit | 578456754499eea078231b543affa2c617316f26 (patch) | |
tree | c9f5235539af4f1c925f26bcb589d1eb40c9f7e4 | |
parent | 9773f3e5130812e289d09f35514876af12650155 (diff) | |
parent | 1e00a7a0cec113aa49cd14ff790bdc66dc51147a (diff) |
Merge branch 'fix-compile-gettext-mismatch' into 'master'
Fix compilation when system has mismatching gettext
See merge request plymouth/plymouth!135
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1a2314bb..a7b92994 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE([enable]) AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) AM_GNU_GETTEXT([external]) PKG_PROG_PKG_CONFIG |