commit | 82c1bab8f39c6bc67f968c5ecd379dc71607deee | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周三 6月 11 01:16:53 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周三 6月 11 01:16:53 2008 +0000 |
tree | c7e2858928fd9e5034680487bc85eeeae067f973 | |
parent | c6c6498b0227119abf0fd7b41cf63b12f4c013b8 [diff] [blame] |
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