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-subscr...@qpid.apache.org