configure: --with-mod and --with-ext allow commas
commit0df9e798b92ef5421de0f269d1f86e088555d2d0
authorSteve Bennett <steveb@workware.net.au>
Sun, 17 Sep 2017 10:03:13 +0000 (17 20:03 +1000)
committerSteve Bennett <steveb@workware.net.au>
Thu, 21 Sep 2017 06:34:08 +0000 (21 16:34 +1000)
tree0245e5d4ca7c647d03df79961d7000f0b2ee059d
parentca82a715e435685aa047f169c2896c3559d53828
configure: --with-mod and --with-ext allow commas

Makes it a bit easier to type on the command line.
e.g.

  --with-mod=binary,zlib --with-ext=sqlite3

Spaces are still accepted, as are multiple instances of
--with-mod, --with-ext and --without-ext

Signed-off-by: Steve Bennett <steveb@workware.net.au>
auto.def