# HG changeset patch # User Naoya OYAMA # Date 1343459650 -32400 # Node ID faa0bc5fc2f5f97c84970c2db11d4eb79b258fcd # Parent 5eab7c73a28a2beea87ed87e16fd3238f74ce01d fix typo diff -r 5eab7c73a28a -r faa0bc5fc2f5 configure --- a/configure Sat Jul 28 16:05:28 2012 +0900 +++ b/configure Sat Jul 28 16:14:10 2012 +0900 @@ -470,7 +470,7 @@ ################################################# # check pt3 driver ################################################# -if test -e pt3/mp_auto_pull ; then +if test -e pt3/auto_pull ; then if ! (cd pt3 && git pull --rebase) ; then echo "git pull failed, (re)move pt3/auto_pull to disable pulling" exit 1