From 83cd14204559abbb52635006832eaf4d2f42514a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 11 Sep 2011 15:02:01 -0400 Subject: Remove --wth-tls option, TLS support is required --- configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c5cfc6d956..b59049f639 100755 --- a/configure +++ b/configure @@ -783,7 +783,6 @@ enable_versioning enable_oldest_abi enable_stackguard_randomization enable_add_ons -with_tls enable_hidden_plt enable_bind_now enable_static_nss @@ -1466,7 +1465,6 @@ Optional Packages: --with-headers=PATH location of system headers to use (for example /usr/src/linux/include) [default=compiler default] --with-default-link do not use explicit linker scripts - --with-tls enable support for TLS --with-cpu=CPU select code for CPU variant Some influential environment variables: @@ -3668,15 +3666,6 @@ else fi - -# Check whether --with-tls was given. -if test "${with_tls+set}" = set; then : - withval=$with_tls; usetls=$withval -else - usetls=yes -fi - - # Check whether --enable-hidden-plt was given. if test "${enable_hidden_plt+set}" = set; then : enableval=$enable_hidden_plt; hidden=$enableval -- cgit 1.4.1