1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-28 15:54:58 +02:00
Files
coreutils/m4/memcmp.m4
2001-08-12 13:26:00 +00:00

10 lines
240 B
Plaintext

#serial 7
AC_DEFUN([jm_FUNC_MEMCMP],
[AC_REQUIRE([AC_FUNC_MEMCMP])dnl
if test $ac_cv_func_memcmp_working = no; then
AC_DEFINE_UNQUOTED(memcmp, rpl_memcmp,
[Define to rpl_memcmp if the replacement function should be used.])
fi
])