diff options
| author | Ted Ross <tross@apache.org> | 2009-07-08 13:50:09 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-07-08 13:50:09 +0000 |
| commit | 830aca1858d990c52637caea081cd0b6733e1beb (patch) | |
| tree | 0f41196b22fc5d5dcce80888011646aef1be0579 /qpid/cpp/bindings/qmf | |
| parent | 8ba033556fa6433b3180c5d3c8705c550256efd5 (diff) | |
| download | qpid-python-830aca1858d990c52637caea081cd0b6733e1beb.tar.gz | |
Added version check for SWIG in the configure script. This should properly disable SWIG for
distributions with too-old versions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf')
| -rw-r--r-- | qpid/cpp/bindings/qmf/ruby/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/Makefile.am b/qpid/cpp/bindings/qmf/ruby/Makefile.am index 115292c201..80af3569a3 100644 --- a/qpid/cpp/bindings/qmf/ruby/Makefile.am +++ b/qpid/cpp/bindings/qmf/ruby/Makefile.am @@ -31,7 +31,7 @@ rubylibdir = $(RUBY_LIB) dist_rubylib_DATA = qmf.rb $(generated_file_list): $(srcdir)/ruby.i $(srcdir)/../qmfengine.i - swig -ruby -c++ -Wall -I/usr/include $(INCLUDES) $(QPID_CXXFLAGS) -o qmfengine.cpp $(srcdir)/ruby.i + $(SWIG) -ruby -c++ -Wall -I/usr/include $(INCLUDES) $(QPID_CXXFLAGS) -o qmfengine.cpp $(srcdir)/ruby.i AM_CPPFLAGS = $(QPID_CXXFLAGS) $(INCLUDES) -I$(srcdir) -I$(RUBY_INC) -I$(RUBY_INC_ARCH) AM_CXXFLAGS = $(QPID_CXXFLAGS) |
