From 9cce206e724431f941600aefef4905c0cd496dcb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Aug 2002 11:45:37 +0000 Subject: Update. 2002-08-28 Ulrich Drepper * 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. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 14b2fa9968..dbbeecd86e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3