forked from mirror/OpenTTD
(svn r14226) -Revert r13792: 'configure --help' failed when for example gcc wasn't detected .. not really what you expect. By the lack of imagination, a revert will have to do for now.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -43,17 +43,9 @@ if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then
|
||||
exit $?
|
||||
fi
|
||||
|
||||
# 'export SHOW_HELP="0"' doesn't work on some systems
|
||||
SHOW_HELP="0"
|
||||
export SHOW_HELP
|
||||
|
||||
set_default
|
||||
detect_params "$@"
|
||||
check_params
|
||||
if [ "$SHOW_HELP" != "0" ]; then
|
||||
showhelp
|
||||
exit 0
|
||||
fi
|
||||
save_params
|
||||
make_cflags_and_ldflags
|
||||
|
||||
|
Reference in New Issue
Block a user