summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authormouring <mouring>2001-02-16 03:36:46 +0000
committermouring <mouring>2001-02-16 03:36:46 +0000
commit280efc5af3579f717b64bd4185e40a0aac6adb77 (patch)
treeaed7eca2c82d8c4989c11f939156bc32679fcd1a /compat.c
parenteb626c767a503ebd474f3b56af45e022a0b2f215 (diff)
downloadopenssh-280efc5af3579f717b64bd4185e40a0aac6adb77.tar.gz
#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 5a0c450c..83340993 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 $");
# 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 */