]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
authorJim Meyering <jim@meyering.net>
Fri, 16 Jan 2004 09:03:32 +0000 (09:03 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Jan 2004 09:03:32 +0000 (09:03 +0000)
commitfce898e6b22bc7142bbffa8cf0282ec048deee4d
treea3a69b727f6260b2d73f7420a7450574b7dd9460
parent34162264da1d7fb18ecd38e9e389b0b1b044acd8
(_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
followed by '#define fnmatch fnmatch_posix' gives an error.
m4/fnmatch.m4