From 6c15e3c370c4eb1b06cc1e185fe2820c4596b2e2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 24 Mar 2007 17:05:49 +0000 Subject: [PATCH] Fix last change. --- ChangeLog | 4 ++++ m4/locale-fr.m4 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 475302456..03973c5be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-03-24 Bruno Haible + * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change. + +2007-03-24 Bruno Haible + * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe, utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16. diff --git a/m4/locale-fr.m4 b/m4/locale-fr.m4 index 3c10a8120..b363898ff 100644 --- a/m4/locale-fr.m4 +++ b/m4/locale-fr.m4 @@ -1,4 +1,4 @@ -# locale-fr.m4 serial 5 (gettext-0.16.2) +# locale-fr.m4 serial 6 (gettext-0.16.2) dnl Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -56,7 +56,7 @@ int main () { /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ - if (localeconv () ->decimal_point[0] != '.') return 1; + if (localeconv () ->decimal_point[0] != ',') return 1; return 0; } changequote([,])dnl @@ -144,7 +144,7 @@ int main () { /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ - if (localeconv () ->decimal_point[0] != '.') return 1; + if (localeconv () ->decimal_point[0] != ',') return 1; return 0; } changequote([,])dnl -- 2.11.0