1 --- idjc-0.8.4/configure 2010-10-07 15:00:07.000000000 +0200
2 +++ idjc/configure 2010-10-17 13:40:35.730000034 +0200
5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mutagen" >&5
6 $as_echo_n "checking for mutagen... " >&6; }
7 -python -c "import mutagen" &>/dev/null
8 +python2 -c "import mutagen" &>/dev/null
9 if test $? -ne 0 ; then
10 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5