findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] allow ./configure --disable-assert


From: Eric Blake-1
Subject: [Findutils-patches] allow ./configure --disable-assert
Date: Tue, 26 Jun 2007 07:55:42 -0700 (PDT)

This patch (and a similar one for the 4.2 branch) allows the user to do:
./configure --disable-assert

as a quick way to disable assertions.  OK to apply?

2007-06-26  Eric Blake  <address@hidden>

        * import-gnulib.config (modules): Allow ./configure
        --disable-assert.

Index: import-gnulib.config
===================================================================
RCS file: /sources/findutils/findutils/import-gnulib.config,v
retrieving revision 1.17
diff -u -p -r1.17 import-gnulib.config
--- import-gnulib.config        19 Jun 2007 22:28:03 -0000      1.17
+++ import-gnulib.config        26 Jun 2007 14:54:10 -0000
@@ -19,7 +19,8 @@ build-aux/texinfo.tex
 # We need regex to ensure that we can build on platforms like
 # Solaris which lack those functions.
 modules="\
-alloca argmatch dirname error fchdir fileblocks fnmatch-gnu fopen-safer fts
\
+alloca argmatch assert dirname error fchdir fileblocks fnmatch-gnu \
+fopen-safer fts \
 getdate getline getopt human idcache inline lstat malloc \
 mbscasestr mbsstr memcmp memset mktime \
 modechange pathmax quotearg realloc regex rpmatch savedir \

-- 
View this message in context: 
http://www.nabble.com/allow-.-configure---disable-assert-tf3982878.html#a11307269
Sent from the GNU - FindUtils - Patches mailing list archive at Nabble.com.





reply via email to

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