diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2007-10-20 18:26:23 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-10-20 18:26:23 +0800 |
commit | a20ba85f697867e6f1d6f73bba80107af82902a8 (patch) | |
tree | d0164853008ad555636eb1ed4633d5be839cd8ff /ChangeLog | |
parent | [SHELL] Replace shared illnum message by badnum function. (diff) | |
download | dash-a20ba85f697867e6f1d6f73bba80107af82902a8.tar.gz dash-a20ba85f697867e6f1d6f73bba80107af82902a8.zip |
[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.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ba9d5d5..a821c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2007-10-15 Herbert Xu <herbert@gondor.apana.org.au> +2007-10-20 Herbert Xu <herbert@gondor.apana.org.au> + + * Added configure --enable-glob and --enable-fnmatch options. + +2007-10-17 Herbert Xu <herbert@gondor.apana.org.au> * Replace shared illnum message by badnum function. |