diff options
author | Jeremy Allison <jra@samba.org> | 2007-03-01 00:22:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:16 -0500 |
commit | 578a817e47ac6ccda5593cc0b5e40d4fee2b18d1 (patch) | |
tree | 7c51c249bef84aa6fcb9138a7f1ccae289bee603 | |
parent | fd5cf34e26215911664c6218ff7e7577e9aa5cd3 (diff) | |
download | samba-578a817e47ac6ccda5593cc0b5e40d4fee2b18d1.tar.gz samba-578a817e47ac6ccda5593cc0b5e40d4fee2b18d1.tar.bz2 samba-578a817e47ac6ccda5593cc0b5e40d4fee2b18d1.zip |
r21605: Fix small typo noticed by Raúl Sánchez Siles <rss@barracuda.es>.
Jeremy.
(This used to be commit 5ed61d5af6fe56e22135406256f5d1f7ccd6a376)
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index c323fb9e7b..38449dae33 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -46,7 +46,7 @@ AC_ARG_WITH(fhs, logfilebase="\${VARDIR}/log/samba" privatedir="\${CONFIGDIR}/private" libdir="\${prefix}/lib/samba" - configdir="${sysconfdir}/samba" + configdir="\${sysconfdir}/samba" swatdir="\${DATADIR}/samba/swat" ;; esac]) |