You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2009/09/01 23:37:27 UTC

svn commit: r810256 - /qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am

Author: astitcher
Date: Tue Sep  1 21:37:27 2009
New Revision: 810256

URL: http://svn.apache.org/viewvc?rev=810256&view=rev
Log:
Avoid failed test where ruby-devel isn't installed

Modified:
    qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am

Modified: qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am?rev=810256&r1=810255&r2=810256&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am Tue Sep  1 21:37:27 2009
@@ -18,8 +18,10 @@
 #
 
 if HAVE_SWIG
+if HAVE_RUBY_DEVEL
 
 EXTRA_DIST = qmfengine.i
 SUBDIRS = ruby tests
 
 endif
+endif



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org