From fce898e6b22bc7142bbffa8cf0282ec048deee4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Jan 2004 09:03:32 +0000 Subject: (_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 | 2 -- 1 file changed, 2 deletions(-) (limited to 'm4') diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index b58db4366..ba2a88f59 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -74,8 +74,6 @@ AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmempcpy]) AC_CHECK_HEADERS([wchar.h wctype.h]) AC_LIBOBJ([fnmatch]) FNMATCH_H=fnmatch.h -AC_DEFINE(fnmatch, rpl_fnmatch, - [Define to rpl_fnmatch if the replacement function should be used.]) ])# _AC_LIBOBJ_FNMATCH -- cgit v1.2.3-54-g00ecf