From c623936e2252567dff4ce9b4395977921e661c8f Mon Sep 17 00:00:00 2001 From: mouring Date: Fri, 16 Feb 2001 03:36:46 +0000 Subject: [PATCH] #error no longer required, dealt with in configure.in now. --- compat.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compat.c b/compat.c index 5a0c450c..83340993 100644 --- a/compat.c +++ b/compat.c @@ -31,11 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $"); # ifdef HAVE_REGEX_H # include # else -# ifdef HAVE_REGCOMP -# include "fake-regex.h" -# else -# error "No regular expression library detected. See INSTALL file." -# endif +# include "fake-regex.h" # endif #endif /* HAVE_LIBPCRE */ -- 2.45.2