summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-07-08 13:50:09 +0000
committerTed Ross <tross@apache.org>2009-07-08 13:50:09 +0000
commit72aad0466057d5546bcad7cbd63c43b501b78b68 (patch)
treeb08e94e74f2fac431ebad259665eb31b18785cb7 /cpp/bindings
parentc1624ea57c4097b30c155844e66ebbbe2dddc20e (diff)
downloadqpid-python-72aad0466057d5546bcad7cbd63c43b501b78b68.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/qpid@792139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
-rw-r--r--cpp/bindings/qmf/ruby/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/ruby/Makefile.am b/cpp/bindings/qmf/ruby/Makefile.am
index 115292c201..80af3569a3 100644
--- a/cpp/bindings/qmf/ruby/Makefile.am
+++ b/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)