commit | 77bc854117a3b2aaa45871bf5890c6b78ae20e8c | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sun Dec 18 01:31:43 2005 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sun Dec 18 01:31:43 2005 +0100 |
tree | 0e55647820cb75beac1a6deb1176023f0cf4a0e9 | |
parent | b952e1db8496ccc46ee7716a2badd6e20ad78502 [diff] |
* building with -DUSE_PCRE should include PCRE headers and not regex.h. At least on Solaris, this caused the libc's regex primitives to be used instead of PCRE, which caused trouble on group references. This is now fixed.