Fixed underquoted definition of FIND_WITH_FTS.

This commit is contained in:
James Youngman 2005-07-31 08:11:38 +00:00
parent 71de0fbb81
commit 9d07a4e27a

View File

@ -1,4 +1,4 @@
AC_DEFUN(FIND_WITH_FTS,
AC_DEFUN([FIND_WITH_FTS],
[AC_ARG_WITH(fts,
[ --with-fts Use fts() to search the filesystem],[])
AC_DEFINE(WITH_FTS, 1, [Define if you want to use fts() to do the filesystem search.])