Remove AC_CANONICAL_HOST from GLIB_WITH_NLS again. (#385132)

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
This commit is contained in:
Matthias Clasen 2008-01-27 23:01:43 +00:00 committed by Matthias Clasen
parent 3773991fdf
commit 69c903e5b2
2 changed files with 6 additions and 2 deletions

View File

@ -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

View 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