findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH] Quote the first argument of AC_DEFINE.


From: James Youngman
Subject: [Findutils-patches] [PATCH] Quote the first argument of AC_DEFINE.
Date: Fri, 2 Apr 2010 01:48:22 +0100

Signed-off-by: James Youngman <address@hidden>
---
 ChangeLog     |    2 ++
 m4/withfts.m4 |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 069b479..4cf978c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2010-04-02  James Youngman  <address@hidden>
 
+       * m4/withfts.m4: Quote the first argument of AC_DEFINE.
+
        Coding standard fix: "Warning" should be "WARNING".
        * find/find.c (dirchange_is_fatal): Change "Warning" to "WARNING".
        * find/ftsfind.c (consider_visiting): Likewise.
diff --git a/m4/withfts.m4 b/m4/withfts.m4
index 247e768..c2260c6 100644
--- a/m4/withfts.m4
+++ b/m4/withfts.m4
@@ -8,6 +8,6 @@ AC_DEFUN([FIND_WITH_FTS],
   esac
   AM_CONDITIONAL(WITH_FTS, [[test x"${with_fts-no}" != xno]])
   if test x"${with_fts-no}" != xno ; then
-       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.])
   fi
 ])
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]