From 96c66b7be726b2361f18edde01d7b71e124e33e7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 15 Mar 2004 16:20:03 +0000 Subject: removing extra comma in --with-fhs (This used to be commit 12f3f0268c49c9393ff4cd97cfcd802e6b61bbea) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 3883335169..5bebfa1484 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]) -- cgit