Include unlocked-io.h.
[gnulib.git] / m4 / fnmatch.m4
1 #serial 5
2
3 dnl Determine whether to add fnmatch.o to LIBOBJS and to
4 dnl define fnmatch to rpl_fnmatch.
5 dnl
6
7 AC_DEFUN([jm_FUNC_FNMATCH],
8 [
9   AC_FUNC_FNMATCH
10   if test $ac_cv_func_fnmatch_works = no; then
11     AC_LIBOBJ(fnmatch)
12     AC_DEFINE(fnmatch, rpl_fnmatch,
13       [Define to rpl_fnmatch if the replacement function should be used.])
14   fi
15 ])