summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-01-29 11:56:02 +0100
committerHaru <haru@dotalux.com>2016-01-29 11:56:02 +0100
commitd1d301737fbdc822665f60a6acbd2e205d15030f (patch)
tree6760de499701dcb440f3d110fcda30a984b54287 /tools
parent11a952e03a01ba9e7c9b9d3cd588cddef52082f8 (diff)
parent3b3b21a1b939097b9f96185893a8edf4214bd572 (diff)
downloadhercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.gz
hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.bz2
hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.tar.xz
hercules-d1d301737fbdc822665f60a6acbd2e205d15030f.zip
Merge pull request #1108 from 4144/pcreconfigure
Enable pcre by default in configure and show error if pcre missing.
Diffstat (limited to 'tools')
-rw-r--r--tools/HPMHookGen/doxygen.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/HPMHookGen/doxygen.conf b/tools/HPMHookGen/doxygen.conf
index eeaa4d0e3..ec55967b1 100644
--- a/tools/HPMHookGen/doxygen.conf
+++ b/tools/HPMHookGen/doxygen.conf
@@ -269,8 +269,7 @@ INCLUDE_PATH = ../../src \
../../3rdparty
INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)= \
- HPMHOOKGEN \
- PCRE_SUPPORT
+ HPMHOOKGEN
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------