]> andersk Git - openssh.git/blobdiff - compat.c
#error no longer required, dealt with in configure.in now.
[openssh.git] / compat.c
index 5a0c450c9d995f48d81d168fe9ce1ec76c1c67a4..83340993d89bfeb4f4252223ea70efe1cba3571a 100644 (file)
--- 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 */
 
This page took 0.223719 seconds and 4 git commands to generate.