You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/03/29 08:51:49 UTC

svn commit: r928610 - /tuscany/sca-cpp/trunk/configure.ac

Author: jsdelfino
Date: Mon Mar 29 06:51:48 2010
New Revision: 928610

URL: http://svn.apache.org/viewvc?rev=928610&view=rev
Log:
Fix build error when memcached is not on the system path.

Modified:
    tuscany/sca-cpp/trunk/configure.ac

Modified: tuscany/sca-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/configure.ac?rev=928610&r1=928609&r2=928610&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/configure.ac (original)
+++ tuscany/sca-cpp/trunk/configure.ac Mon Mar 29 06:51:48 2010
@@ -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])