diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2007-11-02 14:16:06 -0400 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-11-02 14:16:06 -0400 |
commit | 7bbdc00545ded27f10e87c5b90345bd96d09dfd2 (patch) | |
tree | e887ffe4c477641c4fc7f71b9aa11d9e0409b767 /source3 | |
parent | 31286b302a4c42b9e878a9531604ea87b35dd8a9 (diff) | |
download | samba-7bbdc00545ded27f10e87c5b90345bd96d09dfd2.tar.gz samba-7bbdc00545ded27f10e87c5b90345bd96d09dfd2.tar.bz2 samba-7bbdc00545ded27f10e87c5b90345bd96d09dfd2.zip |
Fix build breakage when not specifying --with-fhs.
Ensure that CODEPAGEDIR, STATEDIR, and CACHEDIR have values.
(This used to be commit 10af752391be51c7381a4eaca27f29e1f2a677b3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 227ab4033d..1b282aed94 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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)], |