# HG changeset patch # User Meredith Howard # Date 1513904436 18000 # Node ID 66ba2d6498598363185f2531d53d51740b99c08c # Parent 0f2e760661e859dbd35c959b206a89a24bafdda3 cleanup diff --git a/bin/setup-neomutt b/bin/setup-neomutt --- a/bin/setup-neomutt +++ b/bin/setup-neomutt @@ -17,15 +17,13 @@ fi cd sandbox/neomutt -PLATFORM="$(uname -s)" -CONFIGURE_OPTIONS='' -HCACHE="tokyocabinet" - -case "$PLATFORM" in +case "$(uname -s)" in Darwin) - # Use macports' headers CONFIGURE_OPTIONS='--with-ssl=/opt/local --with-gpgme=/opt/local' ;; + *) + CONFIGURE_OPTIONS='' + ;; esac autoreconf -i --force || true