diff options
author | rubidium <rubidium@openttd.org> | 2008-10-17 17:42:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-10-17 17:42:51 +0000 |
commit | 65404674a42eb64d9467c1828e7d5ae3a493815f (patch) | |
tree | 01b36415c49717ef5cb721a8da573f43726fd668 /config.lib | |
parent | ae0715e8c345046ef23fdd41dbc57a91b5f574f1 (diff) | |
download | openttd-65404674a42eb64d9467c1828e7d5ae3a493815f.tar.xz |
(svn r14480) -Add: warning when trying to use a right-to-left language without support for it in OpenTTD.
Diffstat (limited to 'config.lib')
-rw-r--r-- | config.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib index 05d4ec449..637d20b59 100644 --- a/config.lib +++ b/config.lib @@ -2634,6 +2634,7 @@ showhelp() { echo " enables libfreetype support" echo " --with-fontconfig[=pkg-config fontconfig]" echo " enables fontconfig support" + echo " --with-icu[=icu-config] enables icu (used for right-to-left support)" echo " --with-iconv[=iconv-path] enables iconv support" echo " --with-psp-config[=psp-config] enables psp-config support (PSP ONLY)" echo " --with-makedepend[=makedepend] enables makedepend support" |