Skip to content

Commit

Permalink
Merge branch 'master' into win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Jan 27, 2013
2 parents 3fea5e8 + d617555 commit 5a56bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -147,6 +147,10 @@ int main() {
}
C

if($^O eq 'msys') {
$CFLAGS .= ' -DPCRE_STATIC';
}

check_lib "pcre", <<C;
#include <pcre.h>
Expand Down

0 comments on commit 5a56bef

Please sign in to comment.