From a4c9b9697bad7e709319e8b8200da6ff3eedfdb3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 26 Feb 2010 06:50:55 +0000 Subject: Add instructions and support for building with readline on Windows. --- infrastructure/mingw/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/mingw/configure.sh') diff --git a/infrastructure/mingw/configure.sh b/infrastructure/mingw/configure.sh index 287d1e57..b56d13c6 100755 --- a/infrastructure/mingw/configure.sh +++ b/infrastructure/mingw/configure.sh @@ -29,7 +29,7 @@ if [ ! -x "configure" ]; then fi fi -if ! ./configure --target=i686-pc-mingw32; then +if ! ./configure --target=i686-pc-mingw32 "$@"; then echo "Error: configure failed, aborting." >&2 exit 1 fi -- cgit v1.2.3