summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-09-01 21:37:27 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-09-01 21:37:27 +0000
commitced753bce29377dafe25c3066f135a4f94df6603 (patch)
tree8fa1d12a61e69c246c1c31a4dff6d590a0639cf9 /qpid/cpp
parent26022334bbaff31fa50242c68b38276aa9e0ffde (diff)
downloadqpid-python-ced753bce29377dafe25c3066f135a4f94df6603.tar.gz
Avoid failed test where ruby-devel isn't installed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/bindings/qmf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/bindings/qmf/Makefile.am b/qpid/cpp/bindings/qmf/Makefile.am
index 68312a4208..897f744b94 100644
--- a/qpid/cpp/bindings/qmf/Makefile.am
+++ b/qpid/cpp/bindings/qmf/Makefile.am
@@ -18,8 +18,10 @@
#
if HAVE_SWIG
+if HAVE_RUBY_DEVEL
EXTRA_DIST = qmfengine.i
SUBDIRS = ruby tests
endif
+endif