diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 03:35:27 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 03:35:27 +0000 |
commit | caef2d2884fb202bd6184f9a676ecff94c7ab600 (patch) | |
tree | d092a13a127929ef7255bbc2e69a9dd36c2f00fe /source3/smbd | |
parent | 4ea31fb67595ae8705701bd9fb8d8a993c4013fb (diff) | |
download | samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.tar.gz samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.tar.bz2 samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.zip |
LIBDIR and LOCKDIR are dynamically configured too.
(This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/build_options.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c index 8c22e95451..7ddbd2433a 100644 --- a/source3/smbd/build_options.c +++ b/source3/smbd/build_options.c @@ -194,9 +194,7 @@ void build_options(BOOL screen) #endif output(screen," SBINDIR: %s\n", dyn_SBINDIR); output(screen," BINDIR: %s\n", dyn_BINDIR); -#ifdef LOCKDIR - output(screen," LOCKDIR: %s\n",LOCKDIR); -#endif + output(screen," LOCKDIR: %s\n",dyn_LOCKDIR); #ifdef DRIVERFILE output(screen," DRIVERFILE: %s\n",DRIVERFILE); #endif |