diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 11:45:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 11:45:37 +0000 |
commit | 9cce206e724431f941600aefef4905c0cd496dcb (patch) | |
tree | 413e0a43b34ac5ba959847a6393c68a1330b1583 /configure | |
parent | 47b7bcd64e405a30b66ad7147f0d3f832c83e00d (diff) | |
download | glibc-9cce206e724431f941600aefef4905c0cd496dcb.tar glibc-9cce206e724431f941600aefef4905c0cd496dcb.tar.gz glibc-9cce206e724431f941600aefef4905c0cd496dcb.tar.bz2 glibc-9cce206e724431f941600aefef4905c0cd496dcb.zip |
Update.
2002-08-28 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.2.91.
* configure.in: Disable TLS support by default for now.
* sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
* sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
warnings.
* stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
* stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
fprintf/fwprintf calls.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ ac_help="$ac_help configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given" ac_help="$ac_help - --without-tls prevent support for TLS" + --with-tls enable support for TLS" ac_help="$ac_help --enable-static-nss build static NSS modules [default=no]" ac_help="$ac_help @@ -819,7 +819,7 @@ if test "${with_tls+set}" = set; then withval="$with_tls" usetls=$withval else - usetls=yes + usetls=no fi |