]> Dogcows Code - chaz/tar/commitdiff
Mention the GNU C library.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Oct 2000 17:33:17 +0000 (17:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Oct 2000 17:33:17 +0000 (17:33 +0000)
m4/fnmatch.m4

index 99a605b6331004ee1145827c46422ac309bd4c5a..8f01c742bf4e1dad6a9feaba3fb496c402cbdcf9 100644 (file)
@@ -4,7 +4,8 @@ dnl
 undefine([AC_FUNC_FNMATCH])
 AC_DEFUN(AC_FUNC_FNMATCH,
 [AC_CACHE_CHECK(for GNU-style fnmatch, ac_cv_func_fnmatch_works,
-# Some versions of Solaris or SCO have a broken or incompatible fnmatch.
+# Some versions of Solaris, SCO, and the GNU C Library
+# have a broken or incompatible fnmatch.
 # So we run a test program.  If we are cross-compiling, take no chance.
 # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
 [AC_TRY_RUN([#include <fnmatch.h>
This page took 0.02418 seconds and 4 git commands to generate.