summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_path.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-29 23:33:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:11 -0500
commite4c43e07d05e9a735aa171d9cd35f1a5bc9294fc (patch)
tree1835dfcadc4f1d420de75f6f24ce101fd67ea094 /source4/build/m4/check_path.m4
parenta9dd19542e0fb6bf9c743c366b493250db3dd6fc (diff)
downloadsamba-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/m4/check_path.m4')
-rw-r--r--source4/build/m4/check_path.m42
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"