(cherry picked from commit 1915eb05e5)
1915eb05e5
@ -26,7 +26,7 @@ if test -n "$WV2_CONFIG"; then
vers=`$WV2_CONFIG --version 2>/dev/null | $SED -e 's/libwv2 //' | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test -n "$vers" && test "$vers" -ge 1009
then
LIBWV2_LIBS="`$WV2_CONFIG --libs`"
LIBWV2_LIBS="-lwv2"
LIBWV2_RPATH=
for args in $LIBWV2_LIBS; do
case $args in