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 11:05:20 UTC

svn commit: r1132235 - /incubator/mesos/trunk/configure.ac

Author: benh
Date: Sun Jun  5 09:05:20 2011
New Revision: 1132235

URL: http://svn.apache.org/viewvc?rev=1132235&view=rev
Log:
Adding sqlite line to configure.ac.

Modified:
    incubator/mesos/trunk/configure.ac

Modified: incubator/mesos/trunk/configure.ac
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.ac?rev=1132235&r1=1132234&r2=1132235&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.ac (original)
+++ incubator/mesos/trunk/configure.ac Sun Jun  5 09:05:20 2011
@@ -34,6 +34,7 @@ AC_CONFIG_SUBDIRS([third_party/libproces
 AC_CONFIG_SUBDIRS([third_party/protobuf-2.3.0])
 AC_CONFIG_SUBDIRS([third_party/glog-0.3.1])
 AC_CONFIG_SUBDIRS([third_party/gmock-1.5.0])
+AC_CONFIG_SUBDIRS([third_party/sqlite-3.6.23.1])
 AC_CONFIG_SUBDIRS([third_party/zookeeper-3.3.1/src/c])
 
 AC_CANONICAL_SYSTEM