[Box Backup-commit] COMMIT r2129 - box/trunk

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Apr 5 01:37:04 BST 2008


Author: chris
Date: 2008-04-05 00:37:03 +0000 (Sat, 05 Apr 2008)
New Revision: 2129

Modified:
   box/trunk/configure.ac
Log:
PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol
names, merges [1996].


Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac	2008-04-04 22:20:13 UTC (rev 2128)
+++ box/trunk/configure.ac	2008-04-05 00:37:03 UTC (rev 2129)
@@ -123,6 +123,7 @@
 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
 




More information about the Boxbackup-commit mailing list