mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 13:21:58 +02:00
(_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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user