# HG changeset patch # User Simon Josefsson # Date 1241388263 -7200 # Node ID 6194ff98b9d069c5f23cddb4fb62925a60670c31 # Parent af683213eeb0daa35697adc6907ccb7f0a6c510d m4/fnmatch.m4: Fix fnmatch re-define. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -101,7 +101,7 @@ 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])