GNU bug report logs - #74539
[PATCH] tests: fix define for glibc-infloop

Previous Next

Package: grep;

Reported by: Grisha Levit <grishalevit <at> gmail.com>

Date: Mon, 25 Nov 2024 22:03:02 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Grisha Levit <grishalevit <at> gmail.com>
To: 74539 <at> debbugs.gnu.org
Cc: Grisha Levit <grishalevit <at> gmail.com>
Subject: bug#74539: [PATCH] tests: fix define for glibc-infloop
Date: Mon, 25 Nov 2024 17:02:38 -0500
This doesn't affect anything right now since the value is only examined
by an unconditionally skipped test.

* configure.ac (USE_INCLUDED_REGEX): fix condition for definition.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
2.47.0





This bug report was last modified 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.