diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-06-21 16:44:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-06-21 19:59:57 +0200 |
commit | 7b43053ad6d1ee00895f592e7524c8591894144b (patch) | |
tree | ab59c05c8ea6c5764e793dd5f409812c272e5271 /lib/ntdb/wscript | |
parent | cbd660d01381465a35dc696b6a135de22f7682e6 (diff) | |
download | samba-7b43053ad6d1ee00895f592e7524c8591894144b.tar.gz samba-7b43053ad6d1ee00895f592e7524c8591894144b.tar.bz2 samba-7b43053ad6d1ee00895f592e7524c8591894144b.zip |
Add --disable-ntdb option for building.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Jun 21 19:59:57 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/ntdb/wscript')
-rw-r--r-- | lib/ntdb/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript index ff8f24eae8..f034631058 100644 --- a/lib/ntdb/wscript +++ b/lib/ntdb/wscript @@ -27,6 +27,7 @@ def set_options(opt): opt.add_option('--valgrind-log', help=("where to put the valgrind log"), action="store", dest='VALGRINDLOG', default=None) + if opt.IN_LAUNCH_DIR(): opt.add_option('--disable-python', help=("disable the pyntdb module"), |