summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-04 00:05:27 +0000
committermidipix <writeonce@midipix.org>2020-01-04 00:08:31 +0000
commitc6b99cf50b1ca126bda125afdde2a8e05eec37ae (patch)
tree08c9f181afb8a66becf9d1d8ac9527488731bf77 /configure
parente8ffb9b615092aa25c350d33422bd5364783da2c (diff)
downloadsofort-c6b99cf50b1ca126bda125afdde2a8e05eec37ae.tar.bz2
sofort-c6b99cf50b1ca126bda125afdde2a8e05eec37ae.tar.xz
build system: config_failure(): remove comment (no longer needed).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 1ce2ee8..75aea0b 100755
--- a/configure
+++ b/configure
@@ -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
}