diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-03-08 21:03:06 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-03-08 21:03:06 +0000 |
commit | 87d1ec4c36c0144a8832993d8f543617c33997aa (patch) | |
tree | 33204bade09dd266dee9fe677f79e91584c67607 | |
parent | b785b7123edac5f58d629f171ead69d670f14785 (diff) | |
download | monitoring-plugins-87d1ec4c36c0144a8832993d8f543617c33997aa.tar.gz |
Require ngettext
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@844 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 52e6533c..63955b4c 100644 --- a/configure.in +++ b/configure.in @@ -1420,7 +1420,7 @@ AC_SUBST(EXTRA_NETOBJS) AC_SUBST(DEPLIBS) AM_GNU_GETTEXT_VERSION(0.11.5) -AM_GNU_GETTEXT +AM_GNU_GETTEXT([no-libtool], [need-ngettext]) AC_OUTPUT(Makefile lib/Makefile plugins/Makefile plugins-scripts/Makefile plugins-scripts/subst plugins-scripts/utils.pm plugins-scripts/utils.sh command.cfg test.pl pkg/solaris/pkginfo intl/Makefile po/Makefile.in ) |