a71fcc
build system: config_failure(): remove comment (no longer needed).
@@ -594,12 +594,6 @@ config_failure()
|
|
594
594
|
|
595
595
|
printf 'configure info: exiting due to an error.\n' >&3
|
596
596
|
|
597
|
-
if [ -f Makefile ]; then
|
598
|
-
mb_error='failed to use the generated Makefile.'
|
599
|
-
printf '\n%s: error: %s\n' "${0}" "$mb_error" >&2
|
600
|
-
mv Makefile Makefile.failed
|
601
|
-
fi
|
602
|
-
|
603
597
|
exit 2
|
604
598
|
}
|
605
599
|
|