summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])