| 460 while true |
460 while true |
| 461 do |
461 do |
| 462 if [ -z "$PKG_CONFIG" ]; then |
462 if [ -z "$PKG_CONFIG" ]; then |
| 463 break |
463 break |
| 464 fi |
464 fi |
| 465 if test_pkg_config "ucx" "" "" "" ; then |
465 if test_pkg_config "ucx" "3.2" "" "" ; then |
| 466 TEMP_CFLAGS="$TEMP_CFLAGS `"$PKG_CONFIG" --cflags ucx`" |
466 TEMP_CFLAGS="$TEMP_CFLAGS `"$PKG_CONFIG" --cflags ucx`" |
| 467 TEMP_LDFLAGS="$TEMP_LDFLAGS `"$PKG_CONFIG" --libs ucx`" |
467 TEMP_LDFLAGS="$TEMP_LDFLAGS `"$PKG_CONFIG" --libs ucx`" |
| 468 else |
468 else |
| 469 break |
469 break |
| 470 fi |
470 fi |