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.
This commit is contained in:
parent
95e2f9002e
commit
dbb03af762
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
2005-01-03 Sebastien Bacher <seb128@debian.org>
|
||||||
|
|
||||||
* libkbdraw/Makefile.am:
|
* libkbdraw/Makefile.am:
|
||||||
|
|
|
@ -48,11 +48,6 @@ GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR)
|
||||||
AC_CHECK_FUNCS(usleep)
|
AC_CHECK_FUNCS(usleep)
|
||||||
AC_CHECK_FUNCS(putenv)
|
AC_CHECK_FUNCS(putenv)
|
||||||
AC_CHECK_FUNCS(setenv)
|
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
|
AC_PATH_XTRA
|
||||||
x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
|
x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue