summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-09-02 15:59:21 +0000
committertruebrain <truebrain@openttd.org>2008-09-02 15:59:21 +0000
commit33d3eedf560b7dcfe51cac4d7db1fafa39a36ac7 (patch)
tree09b69d663ddf943ac3acb279b47efa9ffdaa9174 /configure
parent67ebf79d2ebd617fa29f3e66077a93fbc36d64b1 (diff)
downloadopenttd-33d3eedf560b7dcfe51cac4d7db1fafa39a36ac7.tar.xz
(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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 55dfc6785..adcdf0595 100755
--- a/configure
+++ b/configure
@@ -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