From: Ron Lee Date: Mon, 12 Nov 2001 01:22:56 +0000 (+0000) Subject: removed -static flag from wx-config --libs. It does more damage removing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/024cad37e9d7023f16a434c1e1da06480f20a686 removed -static flag from wx-config --libs. It does more damage removing fine-grained choice from people than it does to help them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wx-config.in b/wx-config.in index 3e05f12784..d046f70d48 100755 --- a/wx-config.in +++ b/wx-config.in @@ -100,7 +100,7 @@ while test $# -gt 0; do fi if test $static_flag = yes ; then - echo "-static $libs @LDFLAGS@ @WXCONFIG_LIBS@ @LIBS@ @DMALLOC_LIBS@" + echo "$libs @LDFLAGS@ @WXCONFIG_LIBS@ @LIBS@ @DMALLOC_LIBS@" else echo $libs @LDFLAGS@ @WXCONFIG_LIBS@ @DMALLOC_LIBS@ fi