diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-25 19:33:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-25 19:33:49 +0000 |
commit | a40fbc8dca728323f29c437ef95b5f125b9b40f7 (patch) | |
tree | 1a892c978ecd1dc20ab39a1c634bb72ccaed05fe /configure | |
parent | cefa2dd3fe453638c45320787fa157e034b90dd9 (diff) | |
download | glibc-a40fbc8dca728323f29c437ef95b5f125b9b40f7.tar.gz glibc-a40fbc8dca728323f29c437ef95b5f125b9b40f7.tar.xz glibc-a40fbc8dca728323f29c437ef95b5f125b9b40f7.zip |
[BZ #5814]
2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #5814] * locales/fi_FI: Fix separator for hours, minutes, and seconds.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a43f850f51..6ffe5e64da 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 |