]> git.saurik.com Git - wxWidgets.git/commitdiff
removed -static flag from wx-config --libs. It does more damage removing
authorRon Lee <ron@debian.org>
Mon, 12 Nov 2001 01:22:56 +0000 (01:22 +0000)
committerRon Lee <ron@debian.org>
Mon, 12 Nov 2001 01:22:56 +0000 (01:22 +0000)
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

wx-config.in

index 3e05f12784e39a947ae3e1bd4292a0279400465f..d046f70d483cf1d4bd74e9eccba233dd70fe587d 100755 (executable)
@@ -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