summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 01:10:58 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 01:10:58 +0000
commit8bcb968c73563276b4a225fc94baf3cb32f394c2 (patch)
treec2fcc40dc6aa0399a4e6d33b211a4ac75378a415 /crawl-ref/source/AppHdr.h
parent1e77f1d5c4621923e9943cf901e95058b18969e2 (diff)
downloadcrawl-ref-8bcb968c73563276b4a225fc94baf3cb32f394c2.tar.gz
crawl-ref-8bcb968c73563276b4a225fc94baf3cb32f394c2.zip
Applying r6506, r6507 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6508 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 87f5b9e55d..4177673947 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -196,8 +196,8 @@
// #define WINMM_PLAY_SOUNDS
// Use Perl-compatible regular expressions. libpcre must be available and
- // linked in.
- // #define REGEX_PCRE
+ // linked in. This is optional.
+ #define REGEX_PCRE
#else
#error Missing platform #define or unsupported compiler.
#endif