This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH 3/4] configure: Remove explicit msgfmt check
- From: Richard Purdie <richard dot purdie at linuxfoundation dot org>
- To: systemtap at sourceware dot org
- Cc: Ross Burton <ross dot burton at intel dot com>
- Date: Thu, 5 Sep 2019 14:41:53 +0100
- Subject: [PATCH 3/4] configure: Remove explicit msgfmt check
- References: <20190905134154.5478-1-richard.purdie@linuxfoundation.org>
From: Ross Burton <ross.burton@intel.com>
There is no need to explicitly check that msgfmt was found as the gettext macros
handle this for us if NLS is enabled.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1a6eb1874..96c5c9db7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,10 +36,6 @@ AC_CHECK_FUNCS(openat)
AM_GNU_GETTEXT(external)
AM_GNU_GETTEXT_VERSION([0.19.4])
-if test "x$GMSGFMT" = "x:"; then
- AC_MSG_ERROR([missing gnu /usr/bin/msgfmt])
-fi
-
# We want the 'PYTHON' varible to be python version 2. We also want
# our custom 'PYTHON3' varible to be python version 3.
#
--
2.17.1