]> sourceware.org Git - systemtap.git/commitdiff
configure: Remove explicit msgfmt check
authorRoss Burton <ross.burton@intel.com>
Thu, 5 Sep 2019 13:41:53 +0000 (14:41 +0100)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 5 Sep 2019 18:01:34 +0000 (14:01 -0400)
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

index 1a6eb18749ce03799eae1cc70a3b7f0eba4dae2b..96c5c9db73c793cb1c4bc36984c898c4967fa557 100644 (file)
@@ -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.
 #
This page took 0.03241 seconds and 5 git commands to generate.