2002-05-22  jacob berkman  <jacob@ximian.com>

	* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
This commit is contained in:
jacob berkman 2002-05-22 23:11:13 +00:00 committed by Jacob Berkman
parent 71e5efb9cb
commit 5a5df3aaa3
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -1,3 +1,7 @@
2002-05-22 jacob berkman <jacob@ximian.com>
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
* README.in: Remove notes about now-fixed-bugs.

View File

@ -89,7 +89,7 @@ AC_DEFUN(AM_GLIB_WITH_NLS,
AC_CHECK_HEADER(libintl.h,
[AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
[AC_TRY_LINK([#include <libintl.h>], [return (int) dgWettext ("","")],
[AC_TRY_LINK([#include <libintl.h>], [return (int) dgettext ("","")],
gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no)])
gt_cv_func_dgettext_libintl="no"