Skip to content

Commit

Permalink
Go back to not using PCRE as default (use of pcre breaks the tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed May 11, 2016
1 parent 614dad2 commit 480731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TOP = ..
include $(TOP)/configure/CONFIG

# Use Perl compatible regular expressions (PCRE) instead of standard regex
USE_PCRE=YES
#USE_PCRE=YES

# For PCRE on Linux
# requires package pcre-devel (or libpcre3-dev) for compiling the Gateway
Expand Down

0 comments on commit 480731f

Please sign in to comment.