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

(-)eyeD3-0.6.2.orginal/configure (-2 / +2 lines)
Lines 1371-1378 Link Here
1371
   elif test "`basename ${PYTHON}`" != "python2"; then
1371
   elif test "`basename ${PYTHON}`" != "python2"; then
1372
            echo "$as_me:$LINENO: checking if ${PYTHON} is version 2.2 or greater" >&5
1372
            echo "$as_me:$LINENO: checking if ${PYTHON} is version 2.2 or greater" >&5
1373
echo $ECHO_N "checking if ${PYTHON} is version 2.2 or greater... $ECHO_C" >&6
1373
echo $ECHO_N "checking if ${PYTHON} is version 2.2 or greater... $ECHO_C" >&6
1374
            if ${PYTHON} -V 2>&1 | grep '2\.[23456789]\.' > /dev/null 2>&1; then
1374
            if ${PYTHON} -V 2>&1 | grep '2\.[23456789]\.*' > /dev/null 2>&1; then
1375
         PYTHON_MINOR_VERSION=`${PYTHON} -V 2>&1 | sed 's/.*2\.\([2-9]\)\..*/\1/'`
1375
         PYTHON_MINOR_VERSION=`${PYTHON} -V 2>&1 | sed 's/.*2\.\([2-9]\)[\..]*/\1/'`
1376
         echo "$as_me:$LINENO: result: yes" >&5
1376
         echo "$as_me:$LINENO: result: yes" >&5
1377
echo "${ECHO_T}yes" >&6
1377
echo "${ECHO_T}yes" >&6
1378
      else
1378
      else

Return to bug 81041