summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-12-19 12:40:33 +0100
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-12-20 10:02:47 +0100
commitc9cfe677a7132c568ddec4cf6074fef85bdca1ea (patch)
tree49107c8a84344294cbb51dff6b1046956c68fab2 /configure.ac
parent442f50987cf8219856608d8d3775831e34e17994 (diff)
downloadmonitoring-plugins-c9cfe677a7132c568ddec4cf6074fef85bdca1ea.tar.gz
Remove gettext stuff from main configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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)
1853AC_SUBST(EXTRA_NETOBJS) 1853AC_SUBST(EXTRA_NETOBJS)
1854AC_SUBST(DEPLIBS) 1854AC_SUBST(DEPLIBS)
1855 1855
1856AM_GNU_GETTEXT([external], [need-ngettext]) 1856dnl AM_GNU_GETTEXT([external], [need-ngettext])
1857AM_GNU_GETTEXT_VERSION(0.15) 1857dnl AM_GNU_GETTEXT_VERSION(0.15)
1858 1858
1859dnl Check for Redhat spopen problem 1859dnl Check for Redhat spopen problem
1860dnl Weird problem where ECHILD is returned from a wait call in error 1860dnl Weird problem where ECHILD is returned from a wait call in error