]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Use the system-provided fnmatch by default.
[wget] / src / cmpt.c
index 19b56265ff7b9f283206f94575fea44d0966769a..9589da868750a3ec400a9fae4d872cb12ad3d901 100644 (file)
@@ -1046,11 +1046,9 @@ const unsigned short int __mon_yday[2][13] =
    and given a prefix, but many systems out there are still (as of
    this writing in 2005) broken and we must cater to them.
 
-   Additionally, according to anecdotal evidence and conventional
-   wisdom I lack courage to challenge, many implementations of fnmatch
-   are notoriously buggy and unreliable.  So we use our version by
-   default, except when compiling under systems where fnmatch is known
-   to work (currently on GNU libc-based systems and Solaris.)  */
+   Additionally, according to some conventional, many historical
+   implementations of fnmatch are buggy and unreliable.  If yours is
+   such, undefine SYSTEM_FNMATCH in sysdep.h and tell us about it.  */
 
 #ifndef SYSTEM_FNMATCH