s3-waf: modulesdir is in the base set of options now
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Mar 2010 05:42:11 +0000 (23:42 -0600)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:06 +0000 (20:27 +1000)
source3/build/dynconfig.py

index e7f5202de6f5ad110d1f08e02ac4d160a6e2817b..179af10ecf60211f69052b9fab2301de996bb45f 100644 (file)
@@ -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'],