diff --git a/src/zm_regexp.h b/src/zm_regexp.h index c859823d5..0a727d416 100644 --- a/src/zm_regexp.h +++ b/src/zm_regexp.h @@ -24,13 +24,7 @@ #if HAVE_LIBPCRE -#if HAVE_PCRE_H #include -#elif HAVE_PCRE_PCRE_H -#include -#else -#error Unable to locate pcre.h, please do 'locate pcre.h' and report location to zoneminder.com -#endif class RegExpr {