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

source3/configure.in

index 3a15e9053b03933b5e66367fa6f8eb6b9cd98cf8..806c53edaf6865c404ba795df0a83cfebf68bf3a 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])