diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-28 17:05:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:13 +1000 |
commit | b9aa63887c005971b1b812893d6c1bbc50ea21b2 (patch) | |
tree | a5e73d210538ec5b12019170cff367dc144d3d16 /source4/wscript | |
parent | bfbf43cc36ab360b34b49d7e07c2f594e2b7e7c9 (diff) | |
download | samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.tar.gz samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.tar.bz2 samba-b9aa63887c005971b1b812893d6c1bbc50ea21b2.zip |
s4-waf: cleanup use of LIBPOPT vs popt dependency
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/wscript b/source4/wscript index d8361398f4..c191dd1b0d 100644 --- a/source4/wscript +++ b/source4/wscript @@ -19,7 +19,6 @@ def set_options(opt): opt.recurse('../lib/nss_wrapper') opt.recurse('../lib/socket_wrapper') opt.recurse('../lib/uid_wrapper') - opt.recurse('../lib/popt') opt.recurse('../pidl') def configure(conf): |