|
|
@ -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;}'`
|
|
|
|
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
|
|
|
|
if test -n "$vers" && test "$vers" -ge 1009
|
|
|
|
then
|
|
|
|
then
|
|
|
|
LIBWV2_LIBS="`$WV2_CONFIG --libs`"
|
|
|
|
LIBWV2_LIBS="-lwv2"
|
|
|
|
LIBWV2_RPATH=
|
|
|
|
LIBWV2_RPATH=
|
|
|
|
for args in $LIBWV2_LIBS; do
|
|
|
|
for args in $LIBWV2_LIBS; do
|
|
|
|
case $args in
|
|
|
|
case $args in
|
|
|
|