diff --git a/autogen.sh b/autogen.sh index 10cc2034e..92c6df807 100755 --- a/autogen.sh +++ b/autogen.sh @@ -311,7 +311,7 @@ if [ "$myhost" = "w32" ]; then $tsdir/configure --enable-maintainer-mode ${SILENT} \ --prefix=${w32root} \ --host=${host} --build=${build} SYSROOT=${w32root} \ - PKG_CONFIG_LIBDIR=${w32root} \ + PKG_CONFIG_LIBDIR=${w32root}/lib/pkgconfig \ ${configure_opts} ${extraoptions} "$@" rc=$? exit $rc