From 38a316c0296c29e071c389559dbd2d1b74d0a7b4 Mon Sep 17 00:00:00 2001 From: stevesk Date: Sun, 11 Feb 2001 18:49:23 +0000 Subject: [PATCH] - (stevesk) compat.c: more friendly cpp error --- ChangeLog | 1 + compat.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0336836..77dd1e04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,7 @@ - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett - (stevesk) misc.c: ssh.h not needed. + - (stevesk) compat.c: more friendly cpp error - (stevesk) OpenBSD sync: - stevesk@cvs.openbsd.org 2001/02/11 06:15:57 [LICENSE] 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 */ -- 2.45.2