diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:05:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:49 +0000 |
commit | d2abc56555cb4be29e74ccfa42ee2b45e64567fe (patch) | |
tree | e81cd4e320baffd728d26a33556682fbd42fa606 /configure | |
parent | 2076fd85c0ba148dea48ba3eb93a1b8aa7e26e13 (diff) | |
download | sltdl-d2abc56555cb4be29e74ccfa42ee2b45e64567fe.tar.bz2 sltdl-d2abc56555cb4be29e74ccfa42ee2b45e64567fe.tar.xz |
build system: config_failure(): remove comment (no longer needed).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -594,12 +594,6 @@ config_failure() printf 'configure info: exiting due to an error.\n' >&3 - if [ -f Makefile ]; then - mb_error='failed to use the generated Makefile.' - printf '\n%s: error: %s\n' "${0}" "$mb_error" >&2 - mv Makefile Makefile.failed - fi - exit 2 } |