From a13705f4c18db56765f4af31376e81241dbabebe Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 17 Oct 2014 15:55:08 +0200 Subject: [PATCH] w32: Set SYSROOT to help finding config scripts. * autogen.sh : Set SYSROOT. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 31cfeeb05..112d2eef0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -310,7 +310,7 @@ if [ "$myhost" = "w32" ]; then $tsdir/configure --enable-maintainer-mode ${SILENT} \ --prefix=${w32root} \ - --host=${host} --build=${build} \ + --host=${host} --build=${build} SYSROOT=${w32root} \ ${configure_opts} ${extraoptions} "$@" rc=$? exit $rc