Rename AM_CONDITIONALs from ENABLE_* to WITH_*.

This is to match the configure command-line options that define them.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666490 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am
index ad60770..47e6b76 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,10 +1,10 @@
 SUBDIRS =
 
-if ENABLE_JAVA
+if WITH_JAVA
 SUBDIRS += java
 endif
 
-if ENABLE_PYTHON
+if WITH_PYTHON
 SUBDIRS += py
 endif