|
Lines 33-39
Link Here
|
| 33 |
myconf="$myconf --disable-javasupport" |
33 |
myconf="$myconf --disable-javasupport" |
| 34 |
fi |
34 |
fi |
| 35 |
if [ "`use python`" ]; then |
35 |
if [ "`use python`" ]; then |
| 36 |
myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python2.2" |
36 |
mypyver=`python -c "import sys; print sys.version[:3]"` |
|
|
37 |
myconf="$myconf --enable-scripting --with-pythondir=/usr/lib/python${mypyver}" |
| 37 |
else |
38 |
else |
| 38 |
myconf="$myconf --disable-scripting" |
39 |
myconf="$myconf --disable-scripting" |
| 39 |
fi |
40 |
fi |