From b873c1789faf4413dcd30e934135ce3517510408 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 24 Aug 2005 15:11:13 +0000 Subject: r9587: Fix SWAT data dir for --with-fhs (This used to be commit 53d0c3e4852c977901a6bdbe196e0d00753beeda) --- source4/build/m4/check_path.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/m4/check_path.m4') diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4 index 174ef85f11..3c626ee0d0 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -19,7 +19,7 @@ AC_ARG_WITH(fhs, logfilebase="\${localstatedir}/log/samba" privatedir="\${CONFIGDIR}/private" libdir="\${prefix}/lib/samba" - swatdir="\${DATADIR}/samba/swat", + swatdir="\${datadir}/samba/swat", configdir="\${LIBDIR}" logfilebase="\${localstatedir}" lockdir="\${localstatedir}/locks" -- cgit