#error no longer required, dealt with in configure.in now.
This commit is contained in:
parent
c83de6db41
commit
9646f3b3f9
6
compat.c
6
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
|
# ifdef HAVE_REGEX_H
|
||||||
# include <regex.h>
|
# include <regex.h>
|
||||||
# else
|
# else
|
||||||
# ifdef HAVE_REGCOMP
|
# include "fake-regex.h"
|
||||||
# include "fake-regex.h"
|
|
||||||
# else
|
|
||||||
# error "No regular expression library detected. See INSTALL file."
|
|
||||||
# endif
|
|
||||||
# endif
|
# endif
|
||||||
#endif /* HAVE_LIBPCRE */
|
#endif /* HAVE_LIBPCRE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue