You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 07:28:30 UTC

svn commit: r1131777 - /incubator/mesos/trunk/configure.twitter

Author: benh
Date: Sun Jun  5 05:28:30 2011
New Revision: 1131777

URL: http://svn.apache.org/viewvc?rev=1131777&view=rev
Log:
Cleaning up some issues due to manual merge with upstream master.

Modified:
    incubator/mesos/trunk/configure.twitter

Modified: incubator/mesos/trunk/configure.twitter
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.twitter?rev=1131777&r1=1131776&r2=1131777&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.twitter (original)
+++ incubator/mesos/trunk/configure.twitter Sun Jun  5 05:28:30 2011
@@ -13,6 +13,7 @@ LDFLAGS="-L/home/travis/src/swig-1.3.40/
 CPPFLAGS="-I/home/travis/src/swig-1.3.40/Source/Include -I/usr/include/python2.6 -I/usr/include/c-client-src"
 
 LDFLAGS="$LDFLAGS" CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CPPFLAGS" ./configure \
+  --with-swig=/home/travis/swig-1.3.40/bin/swig \
   --with-python-headers=/usr/include/python2.6 \
   --with-ruby-headers=/opt/local/lib/ruby/1.8/x86_64-linux \
   --with-java-home=/usr/java/default \