On Wed, Sep 1, 2010 at 16:32, Brandon Casey
[off-list ref] wrote:
Since 83c0e5ad 'Add string comparison functions that respect the
ignore_case variable.' was merged to next, it can't be compiled on
platforms without the GNU FNM_CASEFOLD extension to fnmatch.
If we're going this route, then non-gnu platforms will need to
build with the fnmatch in compat/ and Makefile will need a
NO_FNMATCH define.
This is already known, and a fix is in the works, see the "[PATCH 1/6]
Add string comparison functions that respect the ignore_case
variable." thread.