diff options
Diffstat (limited to 'source3/build')
-rw-r--r-- | source3/build/dynconfig.py | 1 |
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'], |