From ced753bce29377dafe25c3066f135a4f94df6603 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 1 Sep 2009 21:37:27 +0000 Subject: 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 --- qpid/cpp/bindings/qmf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp') 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 -- cgit v1.2.1