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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Oct 13 23:34:43 BST 2006


Author: chris
Date: 2006-10-13 23:34:43 +0100 (Fri, 13 Oct 2006)
New Revision: 1008

Modified:
   box/chris/general/configure.ac
Log:
 * Detect and use pcre static libraries with both libpcreposix.a and 
   libpcre.a


Modified: box/chris/general/configure.ac
===================================================================
--- box/chris/general/configure.ac	2006-10-13 22:31:45 UTC (rev 1007)
+++ box/chris/general/configure.ac	2006-10-13 22:34:43 UTC (rev 1008)
@@ -111,7 +111,7 @@
 
 if test "$have_regex_h" = "yes"; then
   AC_DEFINE([HAVE_REGEX_H], [1], [Define to 1 if regex.h is available])
-  AC_SEARCH_LIBS([regcomp], [pcreposix])
+  AC_SEARCH_LIBS([regcomp], ["pcreposix -lpcre"])
 fi
 
 ### Checks for typedefs, structures, and compiler characteristics.




More information about the Boxbackup-commit mailing list