summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-09-06 11:59:44 -0700
committerKarolin Seeger <kseeger@samba.org>2017-09-11 01:18:19 +0200
commita1aa3f49bf348e2c9bbfd23a04b973b2b1e03c6b (patch)
tree84f04414b3c00428223b2505be1b524443d7d56d /wscript
parent9d193a942fdbcab135e40d06422eab640d33d00b (diff)
downloadsamba-a1aa3f49bf348e2c9bbfd23a04b973b2b1e03c6b.tar.gz
lib: crypto: Add the ability to select Intel AESNI instruction set at configure time.
Add --accel-aes=[none|intelaesni] to select. Default is none. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13008 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 5f87a05aa314776135eec1057dd644c0b25a9d14)
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index e80f7663bbd..35cb9d1b08d 100644
--- a/wscript
+++ b/wscript
@@ -44,6 +44,7 @@ def set_options(opt):
opt.RECURSE('pidl')
opt.RECURSE('source3')
opt.RECURSE('lib/util')
+ opt.RECURSE('lib/crypto')
opt.RECURSE('ctdb')
opt.samba_add_onoff_option('pthreadpool', with_name="enable", without_name="disable", default=True)