diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-14 07:40:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:34 -0500 |
commit | 8131b6414cf28d0936ce1646435638be7cc623fe (patch) | |
tree | c3fe64f8b5f1637113197c897033c3989f0727c2 /source4 | |
parent | 4d9b1bda9a5856d7a3d6ff8df436c872b3f0ead0 (diff) | |
download | samba-8131b6414cf28d0936ce1646435638be7cc623fe.tar.gz samba-8131b6414cf28d0936ce1646435638be7cc623fe.tar.bz2 samba-8131b6414cf28d0936ce1646435638be7cc623fe.zip |
r17531: fix whitespaces
metze
(This used to be commit e5f752a66bea40bc4441cff9c6023b2072dc1f6d)
Diffstat (limited to 'source4')
-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 283fef312f..aff33e0985 100644 --- a/source4/build/m4/check_path.m4 +++ b/source4/build/m4/check_path.m4 @@ -26,7 +26,7 @@ AC_ARG_WITH(fhs, logfilebase="${localstatedir}/log/samba" privatedir="${localstatedir}/lib/samba/private" sysconfdir="${sysconfdir}/samba" - modulesdir="${libdir}/samba" + modulesdir="${libdir}/samba" datadir="${datadir}/samba" includedir="${includedir}/samba-4.0" winbindd_socket_dir="${localstatedir}/run/samba/winbind_pipe" |