bin/setup-neomutt

changeset 664
66ba2d649859
parent 663
0f2e760661e8
child 709
1ee07b0bb607
--- 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

mercurial