since cmake won't detect pcre.h, include it unconditionally
This commit is contained in:
parent
510d0e27c4
commit
a79d760e3a
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue