From: Gerald Carter Date: Mon, 15 Mar 2004 16:20:22 +0000 (+0000) Subject: removing extra comma in --with-fhs X-Git-Tag: samba-4.0.0alpha6~801^2~11793^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5805b04da06fe37db70ebba4bfa33d3c3f6a9cb;p=thirdparty%2Fsamba.git removing extra comma in --with-fhs (This used to be commit ad1bf59a795e90e0a3757f1dd33d92442928e80c) --- diff --git a/source3/configure.in b/source3/configure.in index 3a15e9053b0..806c53edaf6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -34,7 +34,7 @@ AC_ARG_WITH(fhs, privatedir="\${CONFIGDIR}/private" libdir="\${prefix}/lib/samba" configdir="${sysconfdir}/samba" - swatdir="\${DATADIR}/samba/swat", + swatdir="\${DATADIR}/samba/swat" ;; esac])