[Box Backup-commit] COMMIT r1007 - box/chris/general/infrastructure/mingw

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Fri Oct 13 23:31:46 BST 2006


Author: chris
Date: 2006-10-13 23:31:45 +0100 (Fri, 13 Oct 2006)
New Revision: 1007

Modified:
   box/chris/general/infrastructure/mingw/configure.sh
Log:
 * Updated detection of pcreposix installation to match static libraries
(preferred)


Modified: box/chris/general/infrastructure/mingw/configure.sh
===================================================================
--- box/chris/general/infrastructure/mingw/configure.sh	2006-10-12 22:23:32 UTC (rev 1006)
+++ box/chris/general/infrastructure/mingw/configure.sh	2006-10-13 22:31:45 UTC (rev 1007)
@@ -6,8 +6,8 @@
 	exit 2
 fi
 
-if [ ! -r "/bin/pcreposix.dll" \
-	-o ! -r "/usr/i686-pc-mingw32/lib/pcreposix.dll.a" \
+if [ ! -r "/usr/i686-pc-mingw32/lib/libpcreposix.a" \
+	-o ! -r "/usr/i686-pc-mingw32/lib/libpcre.a" \
 	-o ! -r "/usr/i686-pc-mingw32/include/regex.h" ]; then
 	echo "Error: install PCRE as instructed by" \
 		"docs/backup/mingw_build.txt" >&2




More information about the Boxbackup-commit mailing list