Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Jan 2008 23:01:43 +0000 (23:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 27 Jan 2008 23:01:43 +0000 (23:01 +0000)
2008-01-27  Matthias Clasen  <mclasen@redhat.com>

        * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from
        GLIB_WITH_NLS again.  (#385132)

svn path=/trunk/; revision=6388

ChangeLog
m4macros/glib-gettext.m4

index d05ebaacfa586241c897183e09b7c46f5a3d021c..41bf86f5550a1ea1152c34254cdf6336dfd42980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * m4macros/glib-gettext.m4: Remove AC_CANONICAL_HOST from
+       GLIB_WITH_NLS again.  (#385132)
+
 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Fix the pcre Unicode test to work with
index e5e0ac0592049e31c82e4d2992570ee7911312c3..68b08b3f4be5080aea09a6ea4683f97538055361 100644 (file)
@@ -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