mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Fix build breakage when not specifying --with-fhs.
Ensure that CODEPAGEDIR, STATEDIR, and CACHEDIR have values.
This commit is contained in:
parent
779353b86d
commit
10af752391
@ -52,6 +52,9 @@ test "${libdir}" || libdir="\${prefix}/lib"
|
||||
pammodulesdir="\${LIBDIR}/security"
|
||||
configdir="\${LIBDIR}"
|
||||
swatdir="\${prefix}/swat"
|
||||
codepagedir="\${LIBDIR}"
|
||||
statedir="\${LOCKDIR}"
|
||||
cachedir="\${LOCKDIR}"
|
||||
|
||||
AC_ARG_WITH(fhs,
|
||||
[ --with-fhs Use FHS-compliant paths (default=no)],
|
||||
|
Loading…
x
Reference in New Issue
Block a user