summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-16 09:03:32 +0000
committerJim Meyering <jim@meyering.net>2004-01-16 09:03:32 +0000
commitfce898e6b22bc7142bbffa8cf0282ec048deee4d (patch)
treea3a69b727f6260b2d73f7420a7450574b7dd9460 /m4
parent34162264da1d7fb18ecd38e9e389b0b1b044acd8 (diff)
downloadcoreutils-fce898e6b22bc7142bbffa8cf0282ec048deee4d.tar.xz
(_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.
Diffstat (limited to 'm4')
-rw-r--r--m4/fnmatch.m42
1 files changed, 0 insertions, 2 deletions
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