Skip to content

Commit 8653929

Browse files
committed
Remove --with-tls build option
1 parent a7af06d commit 8653929

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
CFLAGS.append('-DWITH_EDNS_COOKIES')
3939
sys.argv.remove('--with-edns-cookies')
4040

41-
if '--with-tls' in sys.argv:
42-
CFLAGS.append('-DWITH_TLS')
43-
sys.argv.remove('--with-tls')
44-
4541
platform_version = list(platform.python_version_tuple())[0:2]
4642

4743
if not ((platform_version[0] == '3') or (platform_version == ['2', '7'])):

0 commit comments

Comments
 (0)