commit | 8d07e1d1524ce548bcd3b9b792af6f0af218a8bb | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Fri Jul 11 08:04:12 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Fri Jul 11 08:04:12 2008 +0000 |
tree | eaf8192990117e6a0c4c368bfff6704dcdd77168 | |
parent | b87d84d753bfe92f376a9229834b900fe7d43253 [diff] [blame] |
s/ENABLE_RUBY/WITH_RUBY/ for consistency. This didn't happen in r666490 because the Ruby stuff was developed in a separate branch. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@675857 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am index bac5b06..dab0f4e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -8,7 +8,7 @@ SUBDIRS += py endif -if ENABLE_RUBY +if WITH_RUBY SUBDIRS += rb endif