(_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)
This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
followed by '#define fnmatch fnmatch_posix' gives an error.

m4/fnmatch.m4

index b58db43..ba2a88f 100644 (file)
@@ -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