diff options
author | Michael Adam <obnox@samba.org> | 2016-01-25 03:30:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-01-26 07:33:16 +0100 |
commit | 1862aa6c259ebe6de86b220208e315a22515b453 (patch) | |
tree | 2e8cb4f210b945d62cb254fe5c047f1d01bb9cde /wscript | |
parent | 64be8e73ff73bfb546d4753b58937d53898412cb (diff) | |
download | samba-1862aa6c259ebe6de86b220208e315a22515b453.tar.gz |
build: detect support for ethtool
Pair-Programmed-With: Anoop C S <anoopcs@redhat.com>
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ def configure(conf): conf.RECURSE('lib/texpect') if conf.env.with_ctdb: conf.RECURSE('ctdb') + conf.RECURSE('lib/socket') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |