diff -r a53a04d1da97 -r 22ff758b9fab configure --- a/configure Tue Oct 28 22:04:05 2025 +0100 +++ b/configure Wed Oct 29 22:59:23 2025 +0100 @@ -462,7 +462,7 @@ if [ -z "$PKG_CONFIG" ]; then break fi - if test_pkg_config "ucx" "" "" "" ; then + if test_pkg_config "ucx" "3.2" "" "" ; then TEMP_CFLAGS="$TEMP_CFLAGS `"$PKG_CONFIG" --cflags ucx`" TEMP_LDFLAGS="$TEMP_LDFLAGS `"$PKG_CONFIG" --libs ucx`" else