No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / am-utils / dist / m4 / macros / func_bad_memcmp.m4
blob1713ff9cf1c11de26df708a6f858cf71f6996298
1 dnl My version is similar to the one from Autoconf 2.52, but I also
2 dnl define HAVE_BAD_MEMCMP so that I can do smarter things to avoid
3 dnl linkage conflicts with bad memcmp versions that are in libc.
4 AC_DEFUN([AMU_FUNC_BAD_MEMCMP],
6 AC_FUNC_MEMCMP
7 if test "$ac_cv_func_memcmp_working" = no
8 then
9 AC_DEFINE(HAVE_BAD_MEMCMP)