X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/42f11eb24fa39e437b4f1e6beb5cc83901aa5bdd..c623936e2252567dff4ce9b4395977921e661c8f:/compat.c diff --git a/compat.c b/compat.c index a7a98f8f..83340993 100644 --- a/compat.c +++ b/compat.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $"); #ifdef HAVE_LIBPCRE # include @@ -31,11 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $"); # ifdef HAVE_REGEX_H # include # else -# ifdef HAVE_REGCOMP -# include "fake-regex.h" -# else -# error "No regular libraries detected. See INSTALL file." -# endif +# include "fake-regex.h" # endif #endif /* HAVE_LIBPCRE */