[CalendarServer-changes] [8676] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 14 16:25:52 PST 2012


Revision: 8676
          http://trac.macosforge.org/projects/calendarserver/changeset/8676
Author:   wsanchez at apple.com
Date:     2012-02-14 16:25:50 -0800 (Tue, 14 Feb 2012)
Log Message:
-----------
undo debugging thingo

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-02-14 23:39:36 UTC (rev 8675)
+++ CalendarServer/trunk/support/build.sh	2012-02-15 00:25:50 UTC (rev 8676)
@@ -614,7 +614,7 @@
     init_py;
   fi;
 
-  if true || ! type -P memcached > /dev/null; then
+  if ! type -P memcached > /dev/null; then
     local le="libevent-2.0.17-stable";
     local mc="memcached-1.4.13";
     c_dependency -m "dad64aaaaff16b5fbec25160c06fee9a" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120214/0dc39e55/attachment-0001.html>


More information about the calendarserver-changes mailing list