don't create version-script file if it's not used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -34014,7 +34014,7 @@ if test "$wxUSE_SHARED" = "yes"; then
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin* | *-*-mingw* )
|
||||
found_versioning=no
|
||||
wx_cv_version_script=no
|
||||
;;
|
||||
|
||||
*)
|
||||
@@ -50945,7 +50945,11 @@ fi
|
||||
ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files version-script Makefile"
|
||||
if test "$wx_cv_version_script" = "yes"; then
|
||||
ac_config_files="$ac_config_files version-script"
|
||||
|
||||
fi
|
||||
ac_config_files="$ac_config_files Makefile"
|
||||
|
||||
|
||||
ac_config_commands="$ac_config_commands wx-config"
|
||||
|
Reference in New Issue
Block a user