From bcc862755d2dd0f19a0c6cb509669436193bde2d Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sun, 11 Feb 2001 18:49:23 +0000 Subject: - (stevesk) compat.c: more friendly cpp error --- compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat.c') diff --git a/compat.c b/compat.c index 68c2ec41..5a0c450c 100644 --- a/compat.c +++ b/compat.c @@ -34,7 +34,7 @@ RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $"); # ifdef HAVE_REGCOMP # include "fake-regex.h" # else -# error "No regular libraries detected. See INSTALL file." +# error "No regular expression library detected. See INSTALL file." # endif # endif #endif /* HAVE_LIBPCRE */ -- cgit v1.2.3