From b2f01b54d21a464fa7fadb784b58909748f80ab3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Mar 2010 23:42:11 -0600 Subject: s3-waf: modulesdir is in the base set of options now --- source3/build/dynconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/build') 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'], -- cgit