summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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