removing extra comma in --with-fhs
authorGerald Carter <jerry@samba.org>
Mon, 15 Mar 2004 16:20:03 +0000 (16:20 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 15 Mar 2004 16:20:03 +0000 (16:20 +0000)
(This used to be commit 12f3f0268c49c9393ff4cd97cfcd802e6b61bbea)

source3/configure.in

index 38833351695761e45dd9f1fc0b426ca63b4060cf..5bebfa148418fc9e2c32b27d9ec5684b246edbdb 100644 (file)
@@ -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])