summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-20 12:58:12 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-20 21:23:03 +0200
commit549d773545f4f428c3cef9977bb9691d818abbce (patch)
treee08c7aa7db6b4309e72d0497546a0562106bafb2 /cscript
parent13c50dcea5aba715b205b0d84b9fc890fa43718a (diff)
Simplify handling of static libraries.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/cscript b/cscript
index 45cf519f3..cb376a622 100644
--- a/cscript
+++ b/cscript
@@ -571,8 +571,6 @@ def configure_options(target, options, for_package=False):
if target.distro == 'centos':
if target.version == '6.5':
opt += ' --static-boost --static-xmlpp'
- elif target.version == '7':
- opt += ' --workaround-gssapi'
if not options['gui']:
opt += ' --disable-gui'