summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-16 03:36:46 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-16 03:36:46 +0000
commit9646f3b3f9fa82a6f5cdf49cbb09481517dfb1c6 (patch)
tree779d5c6f338e35202878d03d1772cf31f30442a2 /compat.c
parentc83de6db41324ef18cef42e1c8666428c02e92ca (diff)
#error no longer required, dealt with in configure.in now.
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/compat.c b/compat.c
index 5a0c450c9..83340993d 100644
--- a/compat.c
+++ b/compat.c
@@ -31,11 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $");
31# ifdef HAVE_REGEX_H 31# ifdef HAVE_REGEX_H
32# include <regex.h> 32# include <regex.h>
33# else 33# else
34# ifdef HAVE_REGCOMP 34# include "fake-regex.h"
35# include "fake-regex.h"
36# else
37# error "No regular expression library detected. See INSTALL file."
38# endif
39# endif 35# endif
40#endif /* HAVE_LIBPCRE */ 36#endif /* HAVE_LIBPCRE */
41 37