diff options
author | mouring <mouring> | 2001-02-16 03:36:46 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-02-16 03:36:46 +0000 |
commit | 280efc5af3579f717b64bd4185e40a0aac6adb77 (patch) | |
tree | aed7eca2c82d8c4989c11f939156bc32679fcd1a /compat.c | |
parent | eb626c767a503ebd474f3b56af45e022a0b2f215 (diff) | |
download | openssh-280efc5af3579f717b64bd4185e40a0aac6adb77.tar.gz |
#error no longer required, dealt with in configure.in now.
Diffstat (limited to 'compat.c')
-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 $"); # ifdef HAVE_REGEX_H # include <regex.h> # else -# ifdef HAVE_REGCOMP -# include "fake-regex.h" -# else -# error "No regular expression library detected. See INSTALL file." -# endif +# include "fake-regex.h" # endif #endif /* HAVE_LIBPCRE */ |