Use portable comparison syntax in wx-config.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 09:17:39 +0000 (09:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 09:17:39 +0000 (09:17 +0000)
commit0df5d6731668e490c464a826cb8016e54e4906d4
treef19e5215e82a0bc923ceb25e261d5f3a94a24710
parent41084d1604d44753119fdadfc0ded792f03eda18
Use portable comparison syntax in wx-config.

"==" is not portable in test and while it works in most shells, it fails in
dash. Fix it by using "=".

Closes #11349.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wx-config.in