From a20ba85f697867e6f1d6f73bba80107af82902a8 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 20 Oct 2007 18:26:23 +0800 Subject: [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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba9d5d5..a821c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2007-10-15 Herbert Xu +2007-10-20 Herbert Xu + + * Added configure --enable-glob and --enable-fnmatch options. + +2007-10-17 Herbert Xu * Replace shared illnum message by badnum function. -- cgit 1.4.1