summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Klimov <jimklimov@gmail.com>2022-08-08 15:51:13 +0200
committerJoe Orton <jorton@apache.org>2022-10-05 09:40:40 +0100
commit575ca2789ffd6daa293f8939f69214f12feb9ab7 (patch)
tree9a35e8bf420f1eda3afe7d1f7042b043ec9f991b
parentfcdf1cee4d98e64510a4d28f7974e59f3653913c (diff)
downloadneon-git-575ca2789ffd6daa293f8939f69214f12feb9ab7.tar.gz
macros/neon.m4: suggest bolting PKG_CONFIG_PATH for Windows builds with MSYS2/MINGW
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 1144f15..c77dc14 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -465,7 +465,7 @@ AC_CACHE_CHECK([for uname], ne_cv_os_uname, [
dnl # NOTE: Quick-and-dirty approach to handle building libneon
dnl # for Windows using Linux environments with mingw packages:
dnl # other code in this script checks for "MINGW*" matches.
- dnl # ./configure --prefix=/usr/i686-w64-mingw32 --host=i686-w64-mingw32
+ dnl # ./configure --prefix=/usr/i686-w64-mingw32 --host=i686-w64-mingw32 PKG_CONFIG_PATH=/usr/i686-w64-mingw32/lib/pkgconfig
case x"$host" in
x*mingw*) ne_cv_os_uname="MINGW-$host" ;;
esac