summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-22 23:22:54 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-22 23:22:54 +0000
commit366bef62c8cbfa08a3e32e13dfe01e2800b601e5 (patch)
treef6bb0917ae8e89158995357519044fc65892171b /sca-cpp/trunk/configure.ac
parent3e7ef6020669f2b275e34a693411cc90081181f5 (diff)
Implementation of a streaming + aggregating Log utility component using Facebook Scribe.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 5791dd5e19..11f57ca008 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -690,10 +690,10 @@ fi
AC_MSG_CHECKING([for thrift])
AC_ARG_WITH([thrift], [AC_HELP_STRING([--with-thrift=PATH], [path to installed Apache Thrift [default=/usr/local]])], [
THRIFT_PREFIX="${withval}"
- THRIFT_INCLUDE="${withval}/include"
+ THRIFT_INCLUDE="${withval}/include/thrift"
THRIFT_LIB="${withval}/lib"
FB303_PREFIX="${withval}/contrib/fb303"
- FB303_INCLUDE="${withval}/contrib/fb303/include"
+ FB303_INCLUDE="${withval}/contrib/fb303/include/thrift"
FB303_LIB="${withval}/contrib/fb303/lib"
AC_MSG_RESULT("${withval}")
], [