mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00:00
Fixed underquoted definition of FIND_WITH_FTS.
This commit is contained in:
parent
71de0fbb81
commit
9d07a4e27a
@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN(FIND_WITH_FTS,
|
AC_DEFUN([FIND_WITH_FTS],
|
||||||
[AC_ARG_WITH(fts,
|
[AC_ARG_WITH(fts,
|
||||||
[ --with-fts Use fts() to search the filesystem],[])
|
[ --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.])
|
AC_DEFINE(WITH_FTS, 1, [Define if you want to use fts() to do the filesystem search.])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user