summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 06:51:48 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-03-29 06:51:48 +0000
commit1ce560e27518c22115478a672d033fc810f8cafe (patch)
tree612e064eb21880a8a8362b171144d95d0e8a9c51 /sca-cpp/trunk
parent9fe55e16661a75bd639da1cb1fde70633d88ae37 (diff)
Fix build error when memcached is not on the system path.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk')
-rw-r--r--sca-cpp/trunk/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 991b0e9900..2c71c557eb 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -35,10 +35,6 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
-AC_PATH_PROG(MEMCACHED, memcached, , ${PATH})
-if test "${MEMCACHED}" = ""; then
- AC_MSG_ERROR([could not find memcached])
-fi
# Check for running on Darwin.
AC_MSG_CHECKING([if running on Darwin])