From 69c903e5b2824a2cdc172f4edf7f396d3cdc7780 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 27 Jan 2008 23:01:43 +0000 Subject: [PATCH] Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132) 2008-01-27 Matthias Clasen * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132) svn path=/trunk/; revision=6388 --- ChangeLog | 5 +++++ m4macros/glib-gettext.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d05ebaac..41bf86f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-27 Matthias Clasen + + * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from + GLIB_WITH_NLS again. (#385132) + 2008-01-27 Matthias Clasen * configure.in: Fix the pcre Unicode test to work with diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index e5e0ac05..68b08b3f 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -101,8 +101,7 @@ AC_SUBST($1)dnl #----------------- glib_DEFUN([GLIB_WITH_NLS], dnl NLS is obligatory - [AC_REQUIRE([AC_CANONICAL_HOST])dnl - USE_NLS=yes + [USE_NLS=yes AC_SUBST(USE_NLS) gt_cv_have_gettext=no -- 2.34.1