Add "working" to message.

This commit is contained in:
Paul Eggert
2000-10-24 06:32:34 +00:00
parent f566b8f147
commit 9645edc0ba

View File

@@ -3,7 +3,7 @@ dnl FNM_FILE_NAME | FNM_LEADING_DIR works.
dnl
undefine([AC_FUNC_FNMATCH])
AC_DEFUN(AC_FUNC_FNMATCH,
[AC_CACHE_CHECK(for GNU-style fnmatch, ac_cv_func_fnmatch_works,
[AC_CACHE_CHECK(for working GNU-style fnmatch, ac_cv_func_fnmatch_works,
# 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.