summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-04-05 00:37:03 +0000
committerChris Wilson <chris+github@qwirx.com>2008-04-05 00:37:03 +0000
commit057c2270b9f806268eee7dc9a3532e3f40784a01 (patch)
treede50ba2c28b0d32db12a2ee62b8edf04acb1e7fb /configure.ac
parente66df45c2360dec7c2344a31cdb4f2a261d1a64b (diff)
PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol
names, merges [1996].
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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