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.in | |
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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ef9893c800..cd08a23e29 100644 --- a/configure.in +++ b/configure.in @@ -1638,7 +1638,7 @@ cat > conftest.c <<EOF int foo; main () { return 0;} EOF -if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -fstack-protector +if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -Werror -fstack-protector -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD]) then libc_cv_ssp=yes |