From 5ced6131ae73467a93f39436d1922d76ac169fae Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 12 Jul 2008 03:29:24 +0000 Subject: Applying r6511 to 0.4. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6512 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 4177673947..700bfc2c0c 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -180,6 +180,10 @@ #include + // Use Perl-compatible regular expressions. libpcre must be available and + // linked in. This is optional. + #define REGEX_PCRE + #elif defined(WIN32CONSOLE) || defined(WIN32TILES) #if defined(WIN32CONSOLE) #include "libw32c.h" -- cgit v1.2.3-54-g00ecf