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 d05ebaa..41bf86f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        LDFLAGS=-Wl,--as-needed.  (#484261, Mark Lee)
 
index e5e0ac0..68b08b3 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