summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap/no-msgfmt-check.patch
blob: 471e62c56bbf2ffc912695c0efc55db30c616ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
There is no need to explicitly check that msgfmt was found as the gettext macros
handle this for us if NLS is enabled.

Upstream-Status: Pending
Signed-off-by: Ross Burton <ross.burton@intel.com>

diff --git a/configure.ac b/configure.ac
index e56079a..284bbe0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,4 +38,0 @@ AM_GNU_GETTEXT_VERSION([0.19.4])
-if test "x$GMSGFMT" = "x:"; then
-   AC_MSG_ERROR([missing gnu /usr/bin/msgfmt])
-fi
-