X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=configure;h=09c80b7fe194404f3cd01b8e692727eec45a9070;hb=033e32de9c380f54c7d1362a3979da205ebc3a29;hp=8ea57efbf9646fba5f8dbcf6176b5ac125dc3959;hpb=9f2cfdb81c9b40ea164bc25daca45c77ebe376a6;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/configure b/configure old mode 100644 new mode 100755 index 8ea57efb..09c80b7f --- 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 "$@"