fix for AIX build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -16289,7 +16289,7 @@ else
|
||||
fi
|
||||
|
||||
|
||||
SHARED_LD="$(AIX_CXX_LD) -p 0 -o"
|
||||
SHARED_LD="$AIX_CXX_LD -p 0 -o"
|
||||
fi
|
||||
;;
|
||||
|
||||
|
@@ -2990,7 +2990,7 @@ if test "$wxUSE_SHARED" = "yes"; then
|
||||
AC_CHECK_PROG(AIX_CXX_LD, makeC++SharedLib,
|
||||
makeC++SharedLib, /usr/lpp/xlC/bin/makeC++SharedLib)
|
||||
|
||||
SHARED_LD="$(AIX_CXX_LD) -p 0 -o"
|
||||
SHARED_LD="$AIX_CXX_LD -p 0 -o"
|
||||
fi
|
||||
;;
|
||||
|
||||
|
@@ -200,6 +200,7 @@ Generic:
|
||||
Unix:
|
||||
|
||||
- Unicode compilation fix in wxDateTime
|
||||
- typo in configure which broke AIX build fixed (Swengtoo)
|
||||
|
||||
wxMSW:
|
||||
|
||||
|
Reference in New Issue
Block a user