Point Thrift bootrapping code to compiler/py instead of compiler


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664774 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac
index 54f1960..468cf61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,6 @@
 
 AC_CONFIG_FILES([Makefile])
 
-AC_CONFIG_SUBDIRS([compiler lib/cpp lib/php])
+AC_CONFIG_SUBDIRS([compiler/py lib/cpp lib/php])
 
 AC_OUTPUT