summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-11 18:49:23 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-11 18:49:23 +0000
commitbcc862755d2dd0f19a0c6cb509669436193bde2d (patch)
tree2d5c54d01b4dca54630541b7bf6f2ea434136d34 /compat.c
parentd85bf4b57e394cb156c8eae19f43996b436822b7 (diff)
- (stevesk) compat.c: more friendly cpp error
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index 68c2ec416..5a0c450c9 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 $");
34# ifdef HAVE_REGCOMP 34# ifdef HAVE_REGCOMP
35# include "fake-regex.h" 35# include "fake-regex.h"
36# else 36# else
37# error "No regular libraries detected. See INSTALL file." 37# error "No regular expression library detected. See INSTALL file."
38# endif 38# endif
39# endif 39# endif
40#endif /* HAVE_LIBPCRE */ 40#endif /* HAVE_LIBPCRE */