From 7509c70d1cec14c8977b6a049fd7fec74d2eacb7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 00:15:37 +0000 Subject: [PATCH] Change guard on inclusion to use new symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4. --- lib/rpmatch.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/rpmatch.c b/lib/rpmatch.c index bdbff6d7c..bf8219514 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -1,6 +1,6 @@ /* Determine whether string value is affirmation or negative response according to current locale's data. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,10 +30,8 @@ #endif #include -#if WITH_REGEX +#if ! HAVE_LIBC_REGEX # include -#else -# include #endif #if ENABLE_NLS -- 2.11.0