# HG changeset patch # User rubidium # Date 2015-08-09 12:42:52 # Node ID 1fb2e07720abcc8c407ad9a4cdb25bf5f8483596 # Parent e712fdb99452eeed1df9af3a521c8af4810a8741 (svn r27375) -Fix-ish: update help parameter for png configuration (it has used pkg-config for a long time) diff --git a/config.lib b/config.lib --- 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\"]"