From: dbs Date: Thu, 10 Dec 2009 17:42:14 +0000 (+0000) Subject: Remove vestigial TODO now that it is TODONE X-Git-Tag: osrf_rel_2_0_1~218 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=acdb14484780b959e145381929d27078f72c44aa;p=OpenSRF.git Remove vestigial TODO now that it is TODONE git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1872 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 47f2ecd..61a58d6 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -280,11 +280,9 @@ install_ejabberd: # Install libmemcached from the official project source install_libmemcached: - @echo "TODO: work out how to build or grab libmemcached packages for CentOS/RHEL" if [ ! -d $(LIBMEMCACHED).tar.gz ]; then wget $(LIBMEMCACHED_HOST)/$(LIBMEMCACHED).tar.gz; fi; tar xzf $(LIBMEMCACHED).tar.gz cd $(LIBMEMCACHED) && ./configure && make && make install - # Install a newer version of libxslt install_libxslt: