From dbb03af7628e15d38ebda869ddc196b365667b05 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 3 Jan 2005 20:50:06 +0000 Subject: [PATCH] Remove redundant check for ngettext, since AM_GLIB_GNU_GETTEXT already 2005-01-03 Dan Winship * configure.in: Remove redundant check for ngettext, since AM_GLIB_GNU_GETTEXT already checks for it (in both libc and libintl)._ 2005-01-03 Dan Winship * gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to match the printf format. --- ChangeLog | 6 ++++++ configure.in | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93bb6680d..2f3d390ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-03 Dan Winship + + * configure.in: Remove redundant check for ngettext, since + AM_GLIB_GNU_GETTEXT already checks for it (in both libc and + libintl)._ + 2005-01-03 Sebastien Bacher * libkbdraw/Makefile.am: diff --git a/configure.in b/configure.in index e29523838..2d98deabc 100644 --- a/configure.in +++ b/configure.in @@ -48,11 +48,6 @@ GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR) AC_CHECK_FUNCS(usleep) AC_CHECK_FUNCS(putenv) AC_CHECK_FUNCS(setenv) -AC_CHECK_FUNCS(ngettext, have_ngettext=yes) - -if test x"$have_ngettext" != "xyes"; then - AC_MSG_ERROR([Your Gettext installation doesn't seem to support ngettext to handle translation of plural forms. Please install GNU Gettext]) -fi; AC_PATH_XTRA x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"