Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not...
[gnulib.git] / m4 / memcmp.m4
1 #serial 7
2
3 AC_DEFUN([jm_FUNC_MEMCMP],
4 [AC_REQUIRE([AC_FUNC_MEMCMP])dnl
5  if test $ac_cv_func_memcmp_working = no; then
6    AC_DEFINE(memcmp, rpl_memcmp,
7      [Define to rpl_memcmp if the replacement function should be used.])
8  fi
9 ])