[Box Backup-commit] COMMIT r1997 - box/chris/general

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Dec 15 00:09:27 GMT 2007


Author: chris
Date: 2007-12-15 00:09:27 +0000 (Sat, 15 Dec 2007)
New Revision: 1997

Modified:
   box/chris/general/configure.ac
Log:
PCRE 7.x requires us to #define PCRE_STATIC to get the right symbol
names.


Modified: box/chris/general/configure.ac
===================================================================
--- box/chris/general/configure.ac	2007-12-14 23:38:29 UTC (rev 1996)
+++ box/chris/general/configure.ac	2007-12-15 00:09:27 UTC (rev 1997)
@@ -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