# HG changeset patch # User rubidium # Date 2013-11-16 22:17:02 # Node ID 9c9edb21481a186a64e81238fe00a1fdfc55bde7 # Parent 64db27cf67a77ecdb8241ff7887e6605810fe141 (svn r26019) -Fix: copy-paste error in configure help diff --git a/config.lib b/config.lib --- 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)"