mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-30 13:18:59 +01:00
Fixed underquoted definition of FIND_WITH_FTS.
This commit is contained in:
@@ -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.])
|
||||
|
||||
Reference in New Issue
Block a user