diff options
-rw-r--r-- | compat.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 | ||