make --static default if configured with --disable-shared
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,7 +8,7 @@ CXX="@CXX@"
|
||||
LD="@SHARED_LD@"
|
||||
cross_compiling=@cross_compiling@
|
||||
target=@host_alias@
|
||||
static_flag=no
|
||||
static_flag=@STATIC_FLAG@
|
||||
|
||||
usage()
|
||||
{
|
||||
|
Reference in New Issue
Block a user