From: stevesk Date: Sun, 11 Feb 2001 18:49:23 +0000 (+0000) Subject: - (stevesk) compat.c: more friendly cpp error X-Git-Tag: V_2_5_0_P1~67 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/38a316c0296c29e071c389559dbd2d1b74d0a7b4 - (stevesk) compat.c: more friendly cpp error --- 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 */