[Box Backup-commit] COMMIT r1014 - box/chris/merge

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Fri, 13 Oct 2006 23:58:37 +0100


Author: chris
Date: 2006-10-13 23:58:37 +0100 (Fri, 13 Oct 2006)
New Revision: 1014

Modified:
   box/chris/merge/configure.ac
Log:
(refs #3)

 * Updated detection of pcreposix installation to match static libraries 


Modified: box/chris/merge/configure.ac
===================================================================
--- box/chris/merge/configure.ac	2006-10-13 22:57:55 UTC (rev 1013)
+++ box/chris/merge/configure.ac	2006-10-13 22:58:37 UTC (rev 1014)
@@ -92,7 +92,7 @@
 AC_CHECK_HEADERS([sys/uio.h sys/xattr.h])
 
 if test "$ac_cv_header_regex_h" = "yes"; then
-  AC_SEARCH_LIBS([regcomp], [pcreposix])
+  AC_SEARCH_LIBS([regcomp], ["pcreposix -lpcre"])
 fi
 
 ### Checks for typedefs, structures, and compiler characteristics.