Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120769
Collapse All | Expand All

(-)libtunepimp-0.4.2.orig/configure (-3 / +3 lines)
Lines 20504-20512 Link Here
20504
    echo "*** Or see http://developer.kde.org/~wheeler/taglib.html"
20504
    echo "*** Or see http://developer.kde.org/~wheeler/taglib.html"
20505
  else
20505
  else
20506
    TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
20506
    TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
20507
    echo "$as_me:$LINENO: checking for taglib >= 1.4.0" >&5
20507
    echo "$as_me:$LINENO: checking for taglib >= 1.4" >&5
20508
echo $ECHO_N "checking for taglib >= 1.4.0... $ECHO_C" >&6
20508
echo $ECHO_N "checking for taglib >= 1.4... $ECHO_C" >&6
20509
        VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4.0`
20509
        VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4`
20510
        if test "$VERSION_CHECK" = "1" ; then
20510
        if test "$VERSION_CHECK" = "1" ; then
20511
            echo "$as_me:$LINENO: result: yes" >&5
20511
            echo "$as_me:$LINENO: result: yes" >&5
20512
echo "${ECHO_T}yes" >&6
20512
echo "${ECHO_T}yes" >&6

Return to bug 120769