fix for native compilers on Solaris

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-27 13:44:07 +00:00
parent 95d15e64c3
commit 10f2d63a82
2 changed files with 11994 additions and 1 deletions

11993
configure vendored Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -1771,7 +1771,7 @@ if test "$wxUSE_SHARED" = "yes"; then
PIC_FLAG="-fPIC"
else
SHARED_LD="${CXX} -G -o"
PIC_FLAG="PIC"
PIC_FLAG="-KPIC"
fi
WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
WX_ALL="CREATE_LINKS"