wxMGL fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2208,9 +2208,9 @@ equivalent variable and GTK+ is version 1.2.3 or above.
|
|||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-linux* )
|
*-*-linux* )
|
||||||
if test "x$wxUSE_SHARED" = xyes ; then
|
if test "x$wxUSE_SHARED" = xyes ; then
|
||||||
mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc"
|
mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
|
||||||
else
|
else
|
||||||
mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so"
|
mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*-pc-msdosdjgpp )
|
*-pc-msdosdjgpp )
|
||||||
|
Reference in New Issue
Block a user