1 AC_DEFUN([FIND_WITH_FTS],
3 [ --without-fts Use an older mechanism for searching the filesystem, instead of using fts()],[with_fts=$withval],[])
7 *) AC_MSG_ERROR([Invalid value for --with-fts: $with_fts])
9 AM_CONDITIONAL(WITH_FTS, [[test x"${with_fts-no}" != xno]])
10 if test x"${with_fts-no}" != xno ; then
11 AC_DEFINE(WITH_FTS, 1, [Define if you want to use fts() to do the filesystem search.])