diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-29 23:33:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:11 -0500 |
commit | e4c43e07d05e9a735aa171d9cd35f1a5bc9294fc (patch) | |
tree | 1835dfcadc4f1d420de75f6f24ce101fd67ea094 /source4/build | |
parent | a9dd19542e0fb6bf9c743c366b493250db3dd6fc (diff) | |
download | samba-e4c43e07d05e9a735aa171d9cd35f1a5bc9294fc.tar.gz samba-e4c43e07d05e9a735aa171d9cd35f1a5bc9294fc.tar.bz2 samba-e4c43e07d05e9a735aa171d9cd35f1a5bc9294fc.zip |
r8853: fixed path to smb.conf
Jelmer, is this what you intended?
(This used to be commit e2251823fecea8d35913739d83abb8cf29d785f2)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/check_path.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4 index d96e2e8130..425a52805a 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -20,7 +20,7 @@ AC_ARG_WITH(fhs, privatedir="\${CONFIGDIR}/private" libdir="\${prefix}/lib/samba" swatdir="\${DATADIR}/samba/swat", - configdir="\${libdir}" + configdir="\${LIBDIR}" logfilebase="\${localstatedir}" lockdir="\${localstatedir}/locks" piddir="\${localstatedir}/locks" |