From bf880c2b40637c9026e1fb8040220b705338e640 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 26 Jul 2007 22:06:52 +0000 Subject: Fix to match static lib installation instructions. (refs #3, merges [1681]) --- infrastructure/mingw/configure.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'infrastructure') diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh index 1dd1b014..f1ad353f 100755 --- a/infrastructure/mingw/configure.sh +++ b/infrastructure/mingw/configure.sh @@ -2,15 +2,15 @@ if [ ! -r "/usr/i686-pc-mingw32/lib/libssl.a" ]; then echo "Error: install OpenSSL as instructed by" \ - "docs/backup/mingw_build.txt" >&2 + "docs/backup/win32_build_on_cygwin_using_mingw.txt" >&2 exit 2 fi -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 +if [ ! -r "/usr/lib/mingw/libpcreposix.a" \ + -o ! -r "/usr/lib/mingw/libpcre.a" \ + -o ! -r "/usr/include/mingw/pcreposix.h" ]; then echo "Error: install PCRE as instructed by" \ - "docs/backup/mingw_build.txt" >&2 + "docs/backup/win32_build_on_cygwin_using_mingw.txt" >&2 exit 2 fi -- cgit v1.2.3