changeset 8524:f4094ea214e8

emove the special-casing of NetBSD.
author Bruno Haible <bruno@clisp.org>
date Sat, 24 Mar 2007 21:24:00 +0000
parents 9097de04cd26
children 8af5a9817d07
files ChangeLog m4/locale-fr.m4
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/m4/locale-fr.m4
+++ b/m4/locale-fr.m4
@@ -86,13 +86,8 @@
                 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