orbea / cross / slibtool

Forked from cross/slibtool 4 years ago
Clone

a71fcc build system: config_failure(): remove comment (no longer needed).

Authored and Committed by midipix 5 years ago
1 file changed. 0 lines added. 6 lines removed.
    build system: config_failure(): remove comment (no longer needed).
    
        
file modified
+0 -6
configure CHANGED
@@ -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