configure

changeset 284
22ff758b9fab
parent 283
a53a04d1da97
equal deleted inserted replaced
283:a53a04d1da97 284:22ff758b9fab
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

mercurial