blob: 9f1b3c5f0a10f698b3f3456b9ff8b35000209d0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur idjc-0.8.4/configure idjc-0.8.4.new/configure
--- idjc-0.8.4/configure 2010-10-07 15:00:07.000000000 +0200
+++ idjc-0.8.4.new/configure 2010-10-20 19:30:48.000000000 +0200
@@ -5349,7 +5349,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mutagen" >&5
$as_echo_n "checking for mutagen... " >&6; }
-python -c "import mutagen" &>/dev/null
+$PYTHON -c "import mutagen" &>/dev/null
if test $? -ne 0 ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
|