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.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2682b68393..b2949b4958 100644 --- a/configure.in +++ b/configure.in @@ -187,13 +187,6 @@ AC_ARG_ENABLE([add-ons], search for add-ons if no parameter given]), , [enable_add_ons=yes]) -dnl Let the user avoid using TLS. Don't know why but... -AC_ARG_WITH([tls], - AC_HELP_STRING([--with-tls], - [enable support for TLS]), - [usetls=$withval], - [usetls=yes]) - AC_ARG_ENABLE([hidden-plt], AC_HELP_STRING([--disable-hidden-plt], [do not hide internal function calls to avoid PLT]), -- cgit 1.4.1