OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / configure
index 8ea57ef..09c80b7 100755 (executable)
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ inpath()
     return 1
 }
 
-for p in python2.6 python2.5 python2.4
+for p in python2.7 python2.6 python2.5 python2.4 python2 python
 do
     if ( inpath $p ); then
         exec $p `dirname $0`/make/configure.py "$@"