Ignore:
Timestamp:
05/04/2008 01:37:03 (4 years ago)
Author:
chris
Message:

PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol
names, merges [1996].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2128 r2129  
    124124 
    125125if test "$have_pcreposix_h" = "yes"; then 
     126  AC_DEFINE([PCRE_STATIC], [1], [Box Backup always uses static PCRE]) 
    126127  AC_SEARCH_LIBS([regcomp], ["pcreposix -lpcre"],,[have_pcreposix_h=no_regcomp]) 
    127128fi 
Note: See TracChangeset for help on using the changeset viewer.