cleanup

Thu, 21 Dec 2017 20:00:36 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 21 Dec 2017 20:00:36 -0500
changeset 664
66ba2d649859
parent 663
0f2e760661e8
child 665
807f6539d9cc

cleanup

bin/setup-neomutt file | annotate | diff | comparison | revisions
--- 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