Fix last change.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 17:05:49 +0000 (17:05 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 17:05:49 +0000 (17:05 +0000)
ChangeLog
m4/locale-fr.m4

index 4753024563ea6d19c3eebdc94fc6de85c7708567..03973c5be43e38332a8f3d7d50c90ac6647e853d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-24  Bruno Haible  <bruno@clisp.org>
+
+       * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
+
 2007-03-24  Bruno Haible  <bruno@clisp.org>
 
        * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
index 3c10a8120c850466674c9c96e98b71cbdd73a6e5..b363898ffe0f0cf85d4402ad2ed4cba0584fd204 100644 (file)
@@ -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