From df6c8c78af55262c80047c96a581bf75c747bebe Mon Sep 17 00:00:00 2001
From: Terence Lee <hone02@gmail.com>
Date: Tue, 1 May 2018 09:17:18 -0400
Subject: [PATCH] only need to build libmemcache dev for cedar-14 (#690)

---
 bin/steps/pylibmc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc
index 3fa2429e..d17e3b7d 100755
--- a/bin/steps/pylibmc
+++ b/bin/steps/pylibmc
@@ -9,7 +9,7 @@
 #
 # This script is invoked by [`bin/compile`](/).
 
-if [[ "$STACK" == "heroku-16" ]]; then
+if [[ "$STACK" != "cedar-14" ]]; then
     # libmemcached is pre-installed in the stack image so there is no need to vendor it.
     return 0
 fi
-- 
GitLab