summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-05-22 19:52:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-05-22 19:52:41 +0000
commit71e5efb9cb7419363a900bc6c30889599b510074 (patch)
tree3e0b95f985b4ebf513d966f28ab3c19ec7ffc486 /acinclude.m4
parent260befc999849fdca150cc2c6248473daba4423a (diff)
Remove notes about now-fixed-bugs.
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com> * README.in: Remove notes about now-fixed-bugs. * m4macros/glib-gettext.m4 acinclude.m4: Get rid of AC_MSG_NOTICE() usage, since some broken systems (Hi Debian!) might not be using autoconf-2.5x for downstream packages even though we require it for glib itself. * INSTALL.in: Add a note about installing extra converters for Solaris. * glib/gutils.h (g_bit_nth_msf): Fix termination condition. (#82582, Paolo Molaro) Wed May 22 15:24:04 2002 Owen Taylor <otaylor@redhat.com> * README.translators: Add from GTK+. * *.po: Convert all po files to UTF-8.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 54f0f75ed..4fe1e02fb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -101,7 +101,8 @@ AC_DEFUN(AM_GLIB_WITH_NLS,
gt_cv_func_dgettext_libintl=yes)])
if test "$gt_cv_func_dgettext_libc" != "yes" ; then
- AC_MSG_NOTICE([Seeing if -liconv is needed to use gettext])
+ AC_MSG_CHECKING([if -liconv is needed to use gettext])
+ AC_MSG_RESULT([])
AC_CHECK_LIB(intl, dcgettext,
[gt_cv_func_dgettext_libintl=yes
libintl_extra_libs=-liconv],