Require ngettext on GETTEXT (is equivalent to requiring
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 18:06:51 +0000 (18:06 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 18:06:51 +0000 (18:06 +0000)
bind_textdomain_codeset, which is what we really need).

configure.in

index 54c2329d84aedcae98e04865be8ff2fad055fae7..a06ae49adb59bd94dfc21667445a97c88edcd3e6 100644 (file)
@@ -50,7 +50,7 @@ fi
 
 dnl =============================================================
 dnl Checks for libraries.
-AM_GNU_GETTEXT([use-libtool])
+AM_GNU_GETTEXT([use-libtool],[need-ngettext])
 AM_WITH_DMALLOC
 
 dnl == Make statically linked test program for dmalloc tests