diff options
author | rubidium <rubidium@openttd.org> | 2010-04-14 09:55:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-04-14 09:55:36 +0000 |
commit | 2152462e9d9f4e9e9f4a1e9b175b3765eb81c462 (patch) | |
tree | 0875d8e714e85a1c7ee060f0dc3e428f1ea29734 | |
parent | 6c19ba90426b1196ff3668856e3da1f456571a24 (diff) | |
download | openttd-2152462e9d9f4e9e9f4a1e9b175b3765eb81c462.tar.xz |
(svn r19626) -Fix: mention libtimidity in ./configure --help (planetmaker)
-rw-r--r-- | config.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib index 9bbd86093..fd5949652 100644 --- a/config.lib +++ b/config.lib @@ -3169,6 +3169,7 @@ showhelp() { echo " --with-midi=midi define which midi-player to use" echo " --with-midi-arg=arg define which args to use for the" echo " midi-player" + echo " --with-libtimidity enables libtimidity support" echo " --with-allegrol[=allegro-config]" echo " enables Allegro video driver support" echo " --with-cocoa enables COCOA video driver (OSX ONLY)" |