since cmake won't detect pcre.h, include it unconditionally

This commit is contained in:
Isaac Connor 2017-06-14 11:05:13 -04:00
parent 510d0e27c4
commit a79d760e3a
1 changed files with 0 additions and 6 deletions

View File

@ -24,13 +24,7 @@
#if HAVE_LIBPCRE
#if HAVE_PCRE_H
#include <pcre.h>
#elif HAVE_PCRE_PCRE_H
#include <pcre/pcre.h>
#else
#error Unable to locate pcre.h, please do 'locate pcre.h' and report location to zoneminder.com
#endif
class RegExpr
{