summaryrefslogtreecommitdiff
path: root/source3/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-23 23:42:11 -0600
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:06 +1000
commitb2f01b54d21a464fa7fadb784b58909748f80ab3 (patch)
treeb8b1ea2285ea0bcc6942e4085b1858d1779aa57f /source3/build
parent6e54655f4a0bdaa4be949909a77d60f502cf891d (diff)
downloadsamba-b2f01b54d21a464fa7fadb784b58909748f80ab3.tar.gz
samba-b2f01b54d21a464fa7fadb784b58909748f80ab3.tar.bz2
samba-b2f01b54d21a464fa7fadb784b58909748f80ab3.zip
s3-waf: modulesdir is in the base set of options now
Diffstat (limited to 'source3/build')
-rw-r--r--source3/build/dynconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/build/dynconfig.py b/source3/build/dynconfig.py
index e7f5202de6..179af10ecf 100644
--- a/source3/build/dynconfig.py
+++ b/source3/build/dynconfig.py
@@ -3,7 +3,6 @@ import string, Utils
# list of directory options to offer in configure
dir_options = {
'with-piddir' : [ '${PREFIX}/var/run', 'where to put pid files' ],
- 'with-modulesdir' : [ '${PREFIX}/modules', 'Where to put dynamically loadable modules' ],
'with-privatedir' : [ '${PREFIX}/private', 'Where to put sam.ldb and other private files' ],
'with-winbindd-socket-dir' : [ '${PREFIX}/var/lib/winbindd', 'winbind socket directory' ],
'with-winbindd-privileged-socket-dir' : [ '${PREFIX}/var/lib/winbindd_privileged', 'winbind privileged socket directory'],