3 dnl Determine whether to add fnmatch.o to LIBOBJS and to
4 dnl define fnmatch to rpl_fnmatch.
7 AC_DEFUN(jm_FUNC_FNMATCH,
11 if test $ac_cv_func_fnmatch_works = no \
12 && test $ac_cv_gnu_library = no; then
14 LIBOBJS="$LIBOBJS fnmatch.$ac_objext"
15 AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch,
16 [Define to rpl_fnmatch if the replacement function should be used.])