1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

(svn r11641) -Add: configure time parameter to enable some desync debugging functionality.

This commit is contained in:
rubidium
2007-12-15 22:42:12 +00:00
parent 214d25905a
commit cbcfcb3bf4
2 changed files with 30 additions and 2 deletions

2
configure vendored
View File

@@ -31,7 +31,7 @@ LANG_DIR="$SRC_DIR/lang"
MEDIA_DIR="$ROOT_DIR/media"
SOURCE_LIST="$ROOT_DIR/source.list"
if [ "$1" = "--reconfig" ]; then
if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then
if ! [ -f "config.cache" ]; then
echo "can't reconfigure, because never configured before"
exit 1