always return just "$CXX -o" from `wx-config --ld` instead of returning the
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2007 15:59:05 +0000 (15:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2007 15:59:05 +0000 (15:59 +0000)
commit99d4fdfdcc87200126049fbb16efb27d8a2e24a7
tree884f3357cbcb684bbe6837b119b3cabecf710fdd
parentc0030ca78977d83d95c781bf6a72d519239cf838
always return just "$CXX -o" from `wx-config --ld` instead of returning the
command needed to link a shared library (if this is really needed, we should
add another --shared-ld option for this) as it isn't suitable for linking the
user applications

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