From d617555aa3b480887eb59be11b41baa6bf13e59f Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Mon, 28 Jan 2013 01:04:51 +1100 Subject: [PATCH] for windows --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 468a981..bbc0802 100755 --- a/configure +++ b/configure @@ -147,6 +147,10 @@ int main() { } C +if($^O eq 'msys') { + $CFLAGS .= ' -DPCRE_STATIC'; +} + check_lib "pcre", <