Fix FTBFS when wv2-config libs is broken

(cherry picked from commit 1915eb05e5)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 88e687493a
commit 198e3c0270

@ -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

Loading…
Cancel
Save