mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4833 from CvH/10.0/minilna-fix
minidlna: fix build for gettext 0.20 or newer
This commit is contained in:
commit
e8f2035ef1
@ -0,0 +1,14 @@
|
||||
Subject: [PATCH] configure.ac: allow gettext >=0.18
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index cb596b9..2eaf0a4 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -29,6 +29,7 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC_USE_SYSTEM_EXTENSIONS])
|
||||
AM_ICONV
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION(0.18)
|
||||
+AM_GNU_GETTEXT_REQUIRE_VERSION(0.18)
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_AWK
|
Loading…
x
Reference in New Issue
Block a user