diff options
author | rubidium <rubidium@openttd.org> | 2013-11-16 22:17:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-11-16 22:17:02 +0000 |
commit | 89a4455dbc32ae79841e78c476af96f18f35feb1 (patch) | |
tree | 80dc37bc0aafd6e179c834fa6883ec9d69f9eba5 | |
parent | 4c5ccc8b941fbee11396472b3daa86ef4c850ee0 (diff) | |
download | openttd-89a4455dbc32ae79841e78c476af96f18f35feb1.tar.xz |
(svn r26019) -Fix: copy-paste error in configure help
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index de2ce4853..c41d50546 100644 --- a/config.lib +++ b/config.lib @@ -3703,7 +3703,7 @@ showhelp() { echo " --with-fontconfig[=\"pkg-config fontconfig\"]" echo " enables fontconfig support" echo " --with-xdg-basedir[=\"pkg-config libxdg-basedir\"]" - echo " enables fontconfig support" + echo " enables XDG base directory support" echo " --with-icu[=icu-config] enables icu (used for right-to-left support)" echo " --static-icu try to link statically (libsicu instead of" echo " libicu; can fail as the new name is guessed)" |