X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Ffnmatch.m4;h=9481a1001d95d0451dacf6945da0217cc60fde13;hb=0963898828c9a6b76a2cf959f34b4e758fc4e265;hp=93ec2b3bc9292f4f9e6ad852193833efc22c063e;hpb=52ba377209500b66aaeb6142b3cd979a406a0d88;p=gnulib.git diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index 93ec2b3bc..9481a1001 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -101,7 +101,7 @@ AC_DEFUN([gl_FUNC_FNMATCH_POSIX], dnl We must choose a different name for our function, since on ELF systems dnl a broken fnmatch() in libc.so would override our fnmatch() if it is dnl compiled into a shared library. - AC_DEFINE([fnmatch], [${gl_fnmatch_required_lowercase}_fnmatch], + AC_DEFINE_UNQUOTED([fnmatch], [${gl_fnmatch_required_lowercase}_fnmatch], [Define to a replacement function name for fnmatch().]) dnl Prerequisites of lib/fnmatch.c. AC_REQUIRE([AC_TYPE_MBSTATE_T])