diff options
author | rubidium <rubidium@openttd.org> | 2015-08-09 12:42:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2015-08-09 12:42:52 +0000 |
commit | c7c93c68b77b69f82c2bf6168e2edb0ae5b418fb (patch) | |
tree | 0c4f10b3b16d282eca1d6566950ec990ac918921 | |
parent | d5810e5d6550057660e06be6a514c5236e1efa33 (diff) | |
download | openttd-c7c93c68b77b69f82c2bf6168e2edb0ae5b418fb.tar.xz |
(svn r27375) -Fix-ish: update help parameter for png configuration (it has used pkg-config for a long time)
-rw-r--r-- | config.lib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.lib b/config.lib index e697bd64e..b0cd4c6df 100644 --- a/config.lib +++ b/config.lib @@ -3543,7 +3543,8 @@ showhelp() { echo " --with-liblzma[=\"pkg-config liblzma\"]" echo " enables liblzma support" echo " --with-liblzo2[=liblzo2.a] enables liblzo2 support" - echo " --with-png[=libpng-config] enables libpng support" + echo " --with-png[=\"pkg-config libpng\"]" + echo " enables libpng support" echo " --with-freetype[=\"pkg-config freetype2\"]" echo " enables libfreetype support" echo " --with-fontconfig[=\"pkg-config fontconfig\"]" |