]> andersk Git - openssh.git/blobdiff - compat.c
#error no longer required, dealt with in configure.in now.
[openssh.git] / compat.c
index a7a98f8fe56983b06a5284eae81367eb8e7f670c..83340993d89bfeb4f4252223ea70efe1cba3571a 100644 (file)
--- 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 <pcreposix.h>
@@ -31,11 +31,7 @@ RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $");
 #  ifdef HAVE_REGEX_H
 #    include <regex.h>
 #  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 */
 
This page took 0.153378 seconds and 4 git commands to generate.