From: Simon Josefsson Date: Sun, 3 May 2009 22:04:23 +0000 (+0200) Subject: m4/fnmatch.m4: Fix fnmatch re-define. X-Git-Tag: v0.1~5948 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=4f3ac4cd01d5dbfb002d8d1dd2788514efc881e1;p=gnulib.git m4/fnmatch.m4: Fix fnmatch re-define. --- diff --git a/ChangeLog b/ChangeLog index 6d89efb66..5f552f834 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-04 Simon Josefsson + + * m4/fnmatch.m4: Fix fnmatch re-define. + 2009-04-27 David Bartley priv-set: new module and tests; adapt write-any-file 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])