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.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a467745..025586f 100644 --- a/configure.in +++ b/configure.in @@ -140,9 +140,10 @@ AC_ARG_ENABLE(add-ons, dnl [add_ons=]) dnl Let the user avoid using TLS. Don't know why but... +dnl XXX For now we disable support by default. AC_ARG_WITH(tls, dnl -[ --without-tls prevent support for TLS], - usetls=$withval, usetls=yes) +[ --with-tls enable support for TLS], + usetls=$withval, usetls=no) AC_CONFIG_SUBDIRS($add_ons) add_ons_pfx= -- cgit v1.1