소스 검색

Add "working" to message.

Paul Eggert 24 년 전
부모
커밋
9645edc0ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      m4/fnmatch.m4

+ 1 - 1
m4/fnmatch.m4

@@ -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.