summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@novell.com>2005-01-03 20:50:06 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2005-01-03 20:50:06 +0000
commitdbb03af7628e15d38ebda869ddc196b365667b05 (patch)
tree1cdc79ef4d49c56dc0b8a6d98f8eec472c839f5e
parent95e2f9002efafd110f73d1f78024d7cc1036ee76 (diff)
downloadgnome-control-center-dbb03af7628e15d38ebda869ddc196b365667b05.tar.gz
Remove redundant check for ngettext, since AM_GLIB_GNU_GETTEXT already
2005-01-03 Dan Winship <danw@novell.com> * 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 <danw@novell.com> * gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to match the printf format.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in5
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 <danw@novell.com>
+
+ * 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 <seb128@debian.org>
* 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"