From a40fbc8dca728323f29c437ef95b5f125b9b40f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Jun 2008 19:33:49 +0000 Subject: [BZ #5814] 2008-06-25 Ulrich Drepper [BZ #5814] * locales/fi_FI: Fix separator for hours, minutes, and seconds. --- configure | 2 +- configure.in | 2 +- localedata/ChangeLog | 5 +++++ localedata/locales/fi_FI | 8 +++++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/configure b/configure index a43f850..6ffe5e6 100755 --- a/configure +++ b/configure @@ -6451,7 +6451,7 @@ else int foo; main () { return 0;} EOF -if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -fstack-protector +if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -Werror -fstack-protector -o conftest conftest.c 1>&5' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 diff --git a/configure.in b/configure.in index ef9893c..cd08a23 100644 --- a/configure.in +++ b/configure.in @@ -1638,7 +1638,7 @@ cat > conftest.c <&AS_MESSAGE_LOG_FD]) then libc_cv_ssp=yes diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 4d0b73e..df2874c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2008-06-25 Ulrich Drepper + + [BZ #5814] + * locales/fi_FI: Fix separator for hours, minutes, and seconds. + 2008-06-24 Ulrich Drepper * locales/iso14651_t1_common: Add support for Gurumukhi script. diff --git a/localedata/locales/fi_FI b/localedata/locales/fi_FI index 9ffe8f1..a7920ac 100644 --- a/localedata/locales/fi_FI +++ b/localedata/locales/fi_FI @@ -193,13 +193,15 @@ mon "";/ "";/ "" d_t_fmt "/ -" +/ +" d_fmt "" -t_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" date_fmt "/ -" +/ +" first_weekday 2 % Monday first_workday 2 % Monday END LC_TIME -- cgit v1.1