summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-09-06 11:59:44 -0700
committerJeremy Allison <jra@samba.org>2017-09-07 02:01:08 +0200
commit5f87a05aa314776135eec1057dd644c0b25a9d14 (patch)
treee1dff66d7aad99f2caefdd7b35e23210a1343c2a /wscript
parent53ac0f7c59a9192e4fa88bf3d257ad80379ded23 (diff)
downloadsamba-5f87a05aa314776135eec1057dd644c0b25a9d14.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>
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)