- (stevesk) compat.c: more friendly cpp error
diff --git a/ChangeLog b/ChangeLog
index f1b222f..34a7ef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -105,6 +105,7 @@
  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett 
    <abartlet@pcug.org.au>
  - (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]
@@ -3892,4 +3893,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.743 2001/02/11 16:43:05 stevesk Exp $
+$Id: ChangeLog,v 1.744 2001/02/11 18:49:23 stevesk Exp $
diff --git a/compat.c b/compat.c
index 68c2ec4..5a0c450 100644
--- a/compat.c
+++ b/compat.c
@@ -34,7 +34,7 @@
 #    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 */