From 057c2270b9f806268eee7dc9a3532e3f40784a01 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 5 Apr 2008 00:37:03 +0000 Subject: PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol names, merges [1996]. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8a573706..384273dc 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ else fi if test "$have_pcreposix_h" = "yes"; then + AC_DEFINE([PCRE_STATIC], [1], [Box Backup always uses static PCRE]) AC_SEARCH_LIBS([regcomp], ["pcreposix -lpcre"],,[have_pcreposix_h=no_regcomp]) fi -- cgit v1.2.3