shithub: mc

Download patch

ref: ebbc1ee33bf9750437462d9a92e1a84fe9350bc8
parent: 24e9cd439c9024f7140c13f544f885d0301c2b9a
author: Ori Bernstein <[email protected]>
date: Mon May 26 09:05:37 EDT 2014

Improve the error message when failing ot configure.

    Not noticable eneough.

--- a/configure
+++ b/configure
@@ -46,8 +46,12 @@
         echo 'export SYS=osx' >> config.mk
         ;;
     *)
+        echo ''
+        echo ''
+        echo '********************************'
         echo 'Unknown architecture.'
         echo 'Cannot build'
+        echo '********************************'
         rm -f config.h config.mk
         exit 1
         ;;