(jm_FUNC_FNMATCH): Remove test for GNU C
authorJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 19:32:45 +0000 (19:32 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 19:32:45 +0000 (19:32 +0000)
commitebc79b0b6dd78e66656a860ebc5926fad3c2cd0e
tree917f28e62546e0395aacc90e3b75c39021cb5156
parentb6f0933da1460b28f2e7086bfc154348db01059f
(jm_FUNC_FNMATCH): Remove test for GNU C
library.  It's not correct, as some older glibcs are buggy.
fnmatch wasn't fixed until glibc 2.2.

Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
special shell magic here.
m4/fnmatch.m4