grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.11-46-g29a9b72


From: Jim Meyering
Subject: grep branch, master, updated. v3.11-46-g29a9b72
Date: Tue, 26 Nov 2024 19:18:33 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  29a9b72db3e1296c8eaf8365b81c72b5456680e3 (commit)
      from  24deafb92fd8249be46f0f8f8358c604cd5476db (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=29a9b72db3e1296c8eaf8365b81c72b5456680e3


commit 29a9b72db3e1296c8eaf8365b81c72b5456680e3
Author: Grisha Levit <grishalevit@gmail.com>
Date:   Mon Nov 25 17:02:38 2024 -0500

    tests: fix define for glibc-infloop
    
    * configure.ac (USE_INCLUDED_REGEX): fix condition for definition.
    This doesn't affect anything right now since the value is examined
    only by an unconditionally skipped test.

diff --git a/configure.ac b/configure.ac
index 88b26c1..5e0a89c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,6 +210,7 @@ dnl then the installer should configure 
--with-included-regex.
 AM_CONDITIONAL([USE_INCLUDED_REGEX], [test "$ac_use_included_regex" = yes])
 if test "$ac_use_included_regex" = no; then
   AC_MSG_WARN([Included lib/regex.c not used])
+else
   AC_DEFINE([USE_INCLUDED_REGEX], 1, [building with included regex code])
 fi
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
grep



reply via email to

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