# HG changeset patch # User Paul Eggert # Date 1092109570 0 # Node ID 496d490f0b30aadba6de787851bbac602b06babc # Parent 17c4badb386440e4d7ed713bb9a00325be329deb Put the UTF-8 comment in an m4 comment, not a shell comment, so that we don't put UTF-8 text into "configure". "configure" might contain non-UTF-8 text, and we don't want to confuse matters. diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -28,10 +28,10 @@ [AC_CACHE_CHECK( [for working $1 fnmatch], [$2], - [# 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, François Pinard, and Paul Eggert for this test. + [dnl Some versions of Solaris, SCO, and the GNU C Library + dnl have a broken or incompatible fnmatch. + dnl So we run a test program. If we are cross-compiling, take no chance. + dnl Thanks to John Oleynick, François Pinard, and Paul Eggert for this test. AC_RUN_IFELSE( [AC_LANG_PROGRAM( [