emove the special-casing of NetBSD.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 21:24:00 +0000 (21:24 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Mar 2007 21:24:00 +0000 (21:24 +0000)
ChangeLog
m4/locale-fr.m4

index 03973c5be43e38332a8f3d7d50c90ac6647e853d..cd9a16085687b0978a995d1ebfd53c75b2ae9b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-24  Bruno Haible  <bruno@clisp.org>
+
+       * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
+       since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
+
 2007-03-24  Bruno Haible  <bruno@clisp.org>
 
        * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
index b363898ffe0f0cf85d4402ad2ed4cba0584fd204..a33f0680dd648ba2e71538b88437a044835cc137 100644 (file)
@@ -86,13 +86,8 @@ changequote([,])dnl
                 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                   gt_cv_locale_fr=fr
                 else
-                  # Special test for NetBSD 1.6.
-                  if test -f /usr/share/locale/fr_FR.ISO8859-1/LC_CTYPE; then
-                    gt_cv_locale_fr=fr_FR.ISO8859-1
-                  else
-                    # None found.
-                    gt_cv_locale_fr=none
-                  fi
+                  # None found.
+                  gt_cv_locale_fr=none
                 fi
               fi
             fi