From 6966c1930421557006cd45042d1129060755d3b6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 24 Mar 2007 21:24:00 +0000 Subject: [PATCH] emove the special-casing of NetBSD. --- ChangeLog | 5 +++++ m4/locale-fr.m4 | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03973c5be..cd9a16085 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-03-24 Bruno Haible + * 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 + * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change. 2007-03-24 Bruno Haible diff --git a/m4/locale-fr.m4 b/m4/locale-fr.m4 index b363898ff..a33f0680d 100644 --- a/m4/locale-fr.m4 +++ b/m4/locale-fr.m4 @@ -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 -- 2.11.0