diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-19 12:40:33 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-20 10:02:47 +0100 |
commit | c9cfe677a7132c568ddec4cf6074fef85bdca1ea (patch) | |
tree | 49107c8a84344294cbb51dff6b1046956c68fab2 /configure.ac | |
parent | 442f50987cf8219856608d8d3775831e34e17994 (diff) | |
download | monitoring-plugins-c9cfe677a7132c568ddec4cf6074fef85bdca1ea.tar.gz |
Remove gettext stuff from main configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 190b43ad..e4408a41 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1853,8 +1853,8 @@ AC_SUBST(EXTRAS_ROOT) | |||
1853 | AC_SUBST(EXTRA_NETOBJS) | 1853 | AC_SUBST(EXTRA_NETOBJS) |
1854 | AC_SUBST(DEPLIBS) | 1854 | AC_SUBST(DEPLIBS) |
1855 | 1855 | ||
1856 | AM_GNU_GETTEXT([external], [need-ngettext]) | 1856 | dnl AM_GNU_GETTEXT([external], [need-ngettext]) |
1857 | AM_GNU_GETTEXT_VERSION(0.15) | 1857 | dnl AM_GNU_GETTEXT_VERSION(0.15) |
1858 | 1858 | ||
1859 | dnl Check for Redhat spopen problem | 1859 | dnl Check for Redhat spopen problem |
1860 | dnl Weird problem where ECHILD is returned from a wait call in error | 1860 | dnl Weird problem where ECHILD is returned from a wait call in error |