Description: Change name of 2to3 exeutable to Debian version
Forwarded: not-needed

Index: cctools-6.2.9/configure
===================================================================
--- cctools-6.2.9.orig/configure
+++ cctools-6.2.9/configure
@@ -1027,9 +1027,9 @@ then
 		python3=0
 	fi
 
-	if check_file ${python3_path}/bin/2to3
+	if [ -n "$TWOTOTHREE" ] && check_file ${TWOTOTHREE}
 	then
-		python3_2to3=${python3_path}/bin/2to3
+	    python3_2to3=${TWOTOTHREE}
 	else
 		python3=0
 	fi
