[EXPAND] Added configure --enable-glob and --enable-fnmatch options
commita20ba85f697867e6f1d6f73bba80107af82902a8
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 20 Oct 2007 10:26:23 +0000 (20 18:26 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 20 Oct 2007 10:26:23 +0000 (20 18:26 +0800)
treed0164853008ad555636eb1ed4633d5be839cd8ff
parentd15aba899e3779eb8d2c9843c1d1d5b3efbfc20e
[EXPAND] Added configure --enable-glob and --enable-fnmatch options

Debian's libc6 as of 2.6.1-6 has working glob(3)/fnmatch(3) support.
This patch adds the options --enable-glob and --enable-fnmatch to
the configure script.  By default glob(3) and fnmatch(3) are still
unused.  However, on distros where the glibc is known to work you
may enable these options.
ChangeLog
configure.ac
src/Makefile.am
src/expand.c