]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
fixed bug with redoing the command when there was nothing to redo
[wxWidgets.git] / 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