Changeset: 401b6b32752a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=401b6b32752a
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Mtest.py: added run-time conditional HAVE_RUBY
diffs (14 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3702,6 +3702,10 @@ def main(argv) :
CONDITIONALS['HAVE_PHP'] = '#'
# else:
# CONDITIONALS['HAVE_PHP'] = ''
+ if CheckExec('ruby'):
+ CONDITIONALS['HAVE_RUBY'] = '#'
+# else:
+# CONDITIONALS['HAVE_RUBY'] = ''
CheckClassPath()
# tidy-up and fall-back to defaults where necessary
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list