diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-05-26 13:05:37 -0400 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-05-26 13:05:37 -0400 |
commit | ebbc1ee33bf9750437462d9a92e1a84fe9350bc8 (patch) | |
tree | 7a11590f1f6d65498262a91f5e9a30d4e1fe755e /configure | |
parent | 24e9cd439c9024f7140c13f544f885d0301c2b9a (diff) | |
download | mc-ebbc1ee33bf9750437462d9a92e1a84fe9350bc8.tar.gz |
Improve the error message when failing ot configure.
Not noticable eneough.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,8 +46,12 @@ case $OS in echo 'export SYS=osx' >> config.mk ;; *) + echo '' + echo '' + echo '********************************' echo 'Unknown architecture.' echo 'Cannot build' + echo '********************************' rm -f config.h config.mk exit 1 ;; |